7 ms·
Looks cool! Could it use dtrace to measure other metrics besides time?
by peterhajas 9y ago
Looks cool!
Could it use dtrace to measure other metrics besides time?
- sharkdp 9y agoThank you for the feedback. Hyperfine currently tracks real time (= wall-clock time), user time (= time spent in user mode) and system time (= time spent in kernel mode). Unfortunately, I have never heard of dtrace. What kind of other metrics would you be interested in? I believe I would like hyperfine to focus on timing-aspects.