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:
Chris Wilson
2009-10-08 06:48:02 +01:00
parent 40bff5071c
commit b4ddf71a4a
2 changed files with 111 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
bin_PROGRAMS = \
intel_gpu_dump \
intel_gpu_top \
intel_gpu_time \
intel_stepping \
intel_reg_dumper \
intel_reg_write