File tree 1 file changed +3
-1
lines changed 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;
70
70
/// | UNIX | [mach_absolute_time](https://developer.apple.com/library/archive/documentation/Darwin/Conceptual/KernelProgramming/services/services.html) |
71
71
/// | VXWorks | [clock_gettime (Monotonic Clock)](https://linux.die.net/man/3/clock_gettime) |
72
72
/// | 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
74
76
///
75
77
/// **Disclaimer:** These system calls might change over time.
76
78
///
You can’t perform that action at this time.
0 commit comments