criterion-cpu-time 0.1.0

an alternative cpu measurement for criterion
Documentation

criterion-cpu-time

As criterion supports custom measurement now, we can use POSIX CPU time rather than wall time now!

Implementation

Use getrusage to get currently used time.