minstant icon indicating copy to clipboard operation
minstant copied to clipboard

Performant time measuring in Rust

Results 4 minstant issues
Sort by recently updated
recently updated
newest added

Thanks for your hard work on this excellent crate! Here is a bug report: when I was using it on an EC2 with arm64 architecture (c6g.2xlarge), I encountered 'supplied instant...

I have a [user report](https://github.com/filecoin-project/ref-fvm/issues/1777) about minstant panicing on start when it calls `set_affinity`: https://github.com/tikv/minstant/blob/27c9ec5ec90b5b67113a748a4defee0d2519518c/src/tsc_now.rs#L112 I'm still trying to get to the bottom of what's causing this issue, but it...

This repo outlines a method for exporting the TSC frequency in kHz from the linux kernel. If it is available it would be useful to use it. This PR tries...

I want to reduce the size of timing data using minstant, it is helpful if the size of Option is 8 byte. So I want NonZero version of minstant::Instant although...

contribution
first-time-contributor