Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched_prim.c7592 uint64_t avg_thread_execution_time = 0; in sched_update_pset_avg_execution_time() local
7617avg_thread_execution_time = (old_execution_time + new_execution_time) / (delta_nsecs + SCHED_PSET_… in sched_update_pset_avg_execution_time()
7618 new_execution_time_packed.pset_avg_thread_execution_time = avg_thread_execution_time; in sched_update_pset_avg_execution_time()
7622 …ACH_PSET_AVG_EXEC_TIME) | DBG_FUNC_NONE, pset->pset_cluster_id, avg_thread_execution_time, sched_b… in sched_update_pset_avg_execution_time()