Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/tools/
DConfigVerifier.cc86 const std::string& hint_name, uint64_t hint_duration) { in execConfig() argument
96 hm->DoHint(hint, std::chrono::milliseconds(hint_duration)); in execConfig()
98 std::this_thread::sleep_for(std::chrono::milliseconds(hint_duration)); in execConfig()
115 uint64_t hint_duration = 100; in main() local
145 hint_duration = strtoul(optarg, NULL, 10); in main()
166 execConfig(config_path, hint_name, hint_duration); in main()