google / benchmark

A microbenchmark support library
Apache License 2.0
8.59k stars 1.57k forks source link

Complexity calculation does not work for manual timing #1758

Closed LebedevRI closed 4 months ago

LebedevRI commented 4 months ago

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...