Searched refs:totalCpuTime (Results 1 – 2 of 2) sorted by relevance
657 long totalCpuTime = 0; in dumpLocked() local662 totalCpuTime += e.cpuTimeMicros; in dumpLocked()670 totalCpuTime += e.cpuTimeMicros; in dumpLocked()685 entry.cpuTimeMicros, 100d * entry.cpuTimeMicros / totalCpuTime, in dumpLocked()692 totalCpuTime, totalCallsCount, in dumpLocked()693 (double) totalCpuTime / totalRecordedCallsCount)); in dumpLocked()
643 uint64_t totalCpuTime = 0; in TEST_F() local646 totalCpuTime += timesInState[i][j]; in TEST_F()649 ASSERT_GT(totalCpuTime, 0ul); in TEST_F()650 ASSERT_LE(totalCpuTime, testDurationNs); in TEST_F()