Searched refs:higher_priority_runtime (Results 1 – 1 of 1) sorted by relevance
203 …uint64_t higher_priority_runtime = finish_higher_priority_runtime_usec - start_higher_priority_run… variable206 …T_QUIET; T_ASSERT_GT(higher_priority_runtime, 10000LL, "higher priority thread group got at least …214 double total_runtime = (double)(lower_priority_runtime + higher_priority_runtime);215 if (lower_priority_runtime <= higher_priority_runtime) {218 runtime_ratio_value = (double)(higher_priority_runtime) / total_runtime;