Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/mach/
H A Dtask_info.h490 gpu_energy_data gpu_energy; member
/xnu-12377.81.4/doc/observability/
H A Dcoalitions.md79 We also surface `gpu_energy`/`gpu_energy_billed_to_{me,others}` but this is updated by the GPU kext…
83 …ergy`: looks up the resource coalition from energy ID, and increments `gpu_energy`/`gpu_energy_bil…
/xnu-12377.81.4/tests/
H A Dtask_info.c470 T_ASSERT_LE(power_info_data_v2.gpu_energy.task_gpu_utilisation, 0ULL,
/xnu-12377.81.4/osfmk/kern/
H A Dhost.c561 tinfo2->gpu_energy.task_gpu_utilisation = dead_task_statistics.task_gpu_ns; in host_statistics()
H A Dtask.h969 gpu_energy_data_t gpu_energy,
H A Dtask.c5913 task_power_info_locked(task, &tpiv2->cpu_energy, &tpiv2->gpu_energy, tpiv2, NULL); in task_info()