google / benchmark

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

[perf-counters] Fix pause/resume #1643

Closed mtrofin closed 11 months ago

mtrofin commented 11 months ago

Using state.PauseTiming() / state.ResumeTiming() was broken.

Thanks @virajbshah for the the repro testcase.

dmah42 commented 11 months ago

thanks!