Home
last modified time | relevance | path

Searched refs:HintStats (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DHintManager.h35 struct HintStats { struct
36 HintStats() : count(0), duration_ms(0) {} in HintStats() function
120 HintStats GetHintStats(const std::string &hint_type) const;
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DHintManagerTest.cc202 static inline void _VerifyStats(const HintStats &stats, uint32_t count, uint64_t duration_min, in _VerifyStats()
225 HintStats launch_stats(hm->GetHintStats("LAUNCH")); in TEST_F()
228 HintStats interaction_stats(hm->GetHintStats("INTERACTION")); in TEST_F()
357 HintStats launch_stats(hm->GetHintStats("LAUNCH")); in TEST_F()
368 HintStats interaction_stats(hm->GetHintStats("INTERACTION")); in TEST_F()