mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 21:32:56 +00:00
Add: tools/intel_gpu_time
A simple variant on time crossed with intel_gpu_top to estimate the amount of GPU activity during a program's execution time. The resource usage (sys+user, i.e. CPU %) is for the child, but the GPU measure is global. Hmm. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
bin_PROGRAMS = \
|
||||
intel_gpu_dump \
|
||||
intel_gpu_top \
|
||||
intel_gpu_time \
|
||||
intel_stepping \
|
||||
intel_reg_dumper \
|
||||
intel_reg_write
|
||||
|
||||
Reference in New Issue
Block a user