Update src/libstd/time.rs
Co-Authored-By: Robin Kruppe <robin.kruppe@gmail.com>
This commit is contained in:
parent
3dd0e2b89e
commit
b3b671366b
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ pub use core::time::Duration;
|
|||
/// | VXWorks | [clock_gettime (Monotonic Clock)] |
|
||||
/// | WASI | [__wasi_clock_time_get (Monotonic Clock)] |
|
||||
/// | Windows | [QueryPerformanceCounter] |
|
||||
|
||||
///
|
||||
/// [QueryPerformanceCounter]: https://docs.microsoft.com/en-us/windows/win32/api/profileapi/nf-profileapi-queryperformancecounter
|
||||
/// [`insecure_time` usercall]: https://edp.fortanix.com/docs/api/fortanix_sgx_abi/struct.Usercalls.html#method.insecure_time
|
||||
/// [timekeeping in SGX]: https://edp.fortanix.com/docs/concepts/rust-std/#codestdtimecode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue