File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,9 @@ pub use core::time::Duration;
7070/// | UNIX | [mach_absolute_time](https://developer.apple.com/library/archive/documentation/Darwin/Conceptual/KernelProgramming/services/services.html) |
7171/// | VXWorks | [clock_gettime (Monotonic Clock)](https://linux.die.net/man/3/clock_gettime) |
7272/// | WASI | [__wasi_clock_time_get (Monotonic Clock)](https://github.com/CraneStation/wasmtime/blob/master/docs/WASI-api.md#clock_time_get) |
73- /// | Windows | [QueryPerformanceCounter](https://docs.microsoft.com/en-us/windows/win32/api/profileapi/nf-profileapi-queryperformancecounter) |
73+ /// | Windows | [QueryPerformanceCounter] |
74+
75+ [ QueryPerformanceCounter ] : https: //docs. microsoft . com /en-us/windows/win32/api/profileapi/nf-profileapi-queryperformancecounter
7476///
7577/// **Disclaimer:** These system calls might change over time.
7678///
You can’t perform that action at this time.
0 commit comments