Skip to content

Rust library for CPU clock accurate timing

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

elalfer/rust-performance-timing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust performance timing library

Small library to measure critical code performance in CPU clocks.

Supports multiple modes:

  • Function meaurements (measure_function_perf)
  • Code block measurement (MeasureRegion)
  • Criterion based measurement (CriterionCycleCounter)

About

Rust library for CPU clock accurate timing

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages