Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Lok <[email protected]>
  • Loading branch information
andylokandy committed Feb 24, 2024
1 parent 23c2c93 commit d9f6901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This library is used by a high performance tracing library [`minitrace-rust`](ht

Currently, only the Linux on `x86` or `x86_64` is backed by [TSC](https://en.wikipedia.org/wiki/Time_Stamp_Counter). On other platforms, `minstant` falls back to `std::time`. If TSC is unstable, it will also fall back to `std::time`.

If speed is privileged over accuracy when fallback occurs, you can use `fallback-corase` feature to corase time:
If speed is privileged over accuracy when fallback occurs, you can use `fallback-corase` feature to use corase time:

```toml
[dependencies]
Expand Down

0 comments on commit d9f6901

Please sign in to comment.