Skip to content

Latest commit

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Usage

  • Enable "timer" feature in Cargo.toml
  • Specify the feature before module (#[cfg(feature="timer")]) Snippet for using the macros:
let _time = timer_start!(|| "Benchmarking my function");<...>timer_end!(_time);

About

Helper for benchmarking in Rust (from ZEXE)

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages