Add: tools/intel_gpu_time
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 8 Oct 2009 05:48:02 +0000 (06:48 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 8 Oct 2009 05:48:02 +0000 (06:48 +0100)
commitb4ddf71a4ae45e24fc0947194048b56e45c18456
tree59c4d14b530f90a6aef7d27e458c005cd2b96f04
parent40bff5071c8e5bce785f9c56b7d98f12fc3ae2c2
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>
tools/Makefile.am
tools/intel_gpu_time.c [new file with mode: 0644]