Searched refs:time_remaining (Results 1 – 2 of 2) sorted by relevance
123 .time_remaining = power_rail_info.power_sample_delay, in registerPowerRailsToWatch()335 if (time_elapsed_ms > power_status.time_remaining) { in throttlingReleaseUpdate()336 power_status.time_remaining = power_rail_info.power_sample_delay; in throttlingReleaseUpdate()338 power_status.time_remaining = power_status.time_remaining - time_elapsed_ms; in throttlingReleaseUpdate()340 << " : timeout remaining = " << power_status.time_remaining.count(); in throttlingReleaseUpdate()349 power_status.time_remaining != power_rail_info.power_sample_delay) { in throttlingReleaseUpdate()
44 std::chrono::milliseconds time_remaining; member