Crate benchman

Source
Expand description

benchman is a RAII-style benchmark tool that focuses on old fashioned one-shot benchmark rather than statistical benchmark.

Structsยง

BenchMan
Benchman who collects the result from stopwatches.
BenchManSlice
Immutable view of the benchman.
Stopwatch
On drop, it sends a result to the benchman.