Searched refs:lower_priority_runtime (Results 1 – 1 of 1) sorted by relevance
202 …uint64_t lower_priority_runtime = finish_lower_priority_runtime_usec - start_lower_priority_runtim… variable205 …T_QUIET; T_ASSERT_GT(lower_priority_runtime, 10000LL, "lower priority thread group got at least 10…214 double total_runtime = (double)(lower_priority_runtime + higher_priority_runtime);215 if (lower_priority_runtime <= higher_priority_runtime) {216 runtime_ratio_value = (double)(lower_priority_runtime) / total_runtime;