Searched refs:totalTimes (Results 1 – 3 of 3) sorted by relevance
85 TotalTimes totalTimes = ftl::init::map("ScreenOff", mScreenOffTime); in getTotalTimes() local90 const auto total = std::as_const(totalTimes) in getTotalTimes()98 totalTimes.emplace_or_replace(string, total.get() + time); in getTotalTimes()101 return totalTimes; in getTotalTimes()
222 std::vector<uint64_t> totalTimes = total->at(policyIdx); in TEST_F() local223 uint32_t totalFreqsCount = totalTimes.size(); in TEST_F()233 ASSERT_LE(allUidTimes[freqIdx], totalTimes[freqIdx]); in TEST_F()
2627 long totalTimes = 0; in dumpRecentHistory() local2658 totalTimes++; in dumpRecentHistory()2681 totalTimes, totalElapsedTime / 1000); in dumpRecentHistory()2723 times * 100 / totalTimes); in dumpRecentHistory()2748 times * 100 / totalTimes); in dumpRecentHistory()