mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
committed by
GitHub
parent
33788c252c
commit
1478ef4528
+3
-1
@@ -70,7 +70,9 @@
|
||||
/// | UNIX | [mach_absolute_time](https://developer.apple.com/library/archive/documentation/Darwin/Conceptual/KernelProgramming/services/services.html) |
|
||||
/// | VXWorks | [clock_gettime (Monotonic Clock)](https://linux.die.net/man/3/clock_gettime) |
|
||||
/// | WASI | [__wasi_clock_time_get (Monotonic Clock)](https://github.com/CraneStation/wasmtime/blob/master/docs/WASI-api.md#clock_time_get) |
|
||||
/// | Windows | [QueryPerformanceCounter](https://docs.microsoft.com/en-us/windows/win32/api/profileapi/nf-profileapi-queryperformancecounter) |
|
||||
/// | Windows | [QueryPerformanceCounter] |
|
||||
|
||||
[QueryPerformanceCounter]: https://docs.microsoft.com/en-us/windows/win32/api/profileapi/nf-profileapi-queryperformancecounter
|
||||
///
|
||||
/// **Disclaimer:** These system calls might change over time.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user