Searched refs:runtime_ratio_value (Results 1 – 1 of 1) sorted by relevance
213 double runtime_ratio_value; variable216 runtime_ratio_value = (double)(lower_priority_runtime) / total_runtime;218 runtime_ratio_value = (double)(higher_priority_runtime) / total_runtime;220 T_LOG("Observed timeshare ratio: %f", runtime_ratio_value);222 …new_value(writer, "Thread Group Runtime Ratio", PDUNIT_CUSTOM(runtime_ratio), runtime_ratio_value);