mirror of
https://github.com/sharkdp/hyperfine.git
synced 2024-11-25 19:19:31 +03:00
Update outdated comment
This commit is contained in:
parent
eb72702956
commit
b6ff23a77f
@ -44,7 +44,7 @@ impl TimerStop for CPUTimer {
|
||||
}
|
||||
}
|
||||
|
||||
/// Read CPU execution times (dummy for now)
|
||||
/// Read CPU execution times
|
||||
fn get_cpu_times(handle: RawHandle) -> CPUTimes {
|
||||
let (user_usec, system_usec) = unsafe {
|
||||
let mut _ctime = mem::zeroed();
|
||||
|
Loading…
Reference in New Issue
Block a user