laptimer 0.1.0

Simple crate to print the time spent between different points in a program.
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 0 items with examples
  • Size
  • Source code size: 2.46 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • fintelia/laptimer
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • fintelia

laptimer

A simple Rust crate to print the time between different points in a program:

laptimer::print!(); 

// do some work...

laptimer::print!();

Which produces output like:

[   0.000ms] src/lib.rs:10
[   1.234ms] src/lib.rs:20