Home
last modified time | relevance | path

Searched refs:withoutPauseResumeInstrCount (Results 1 - 1 of 1) sorted by relevance

/third_party/benchmark/test/
H A Dperf_counters_test.cc66 double withoutPauseResumeInstrCount = 0.0; variable
70 withoutPauseResumeInstrCount = e.GetAs<double>("INSTRUCTIONS"); in SaveInstrCountWithoutResume()
90 BM_CHECK_GT(withoutPauseResumeInstrCount, kIters); in main()
91 BM_CHECK_LT(withPauseResumeInstrCount, 1.5 * withoutPauseResumeInstrCount); in main()

Completed in 1 milliseconds