benchmark
benchmark copied to clipboard
Complexity calculation does not work for manual timing
If you do UseManualTime()
, and Complexity()
,
the Big-O will be based on the CPU time,
not the real time which is your manual time...