1 unstable release
0.1.0 | Sep 4, 2019 |
---|
#11 in #time-measurement
15,262 downloads per month
Used in language-benchmarks
8KB
170 lines
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.
Dependencies
~9–19MB
~258K SLoC