summaryrefslogtreecommitdiff
path: root/overlay/gpu-perf.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-08-29 13:31:24 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-08-29 13:33:58 +0100
commit2b961d9573ae227b65db7f7c39e312969644af84 (patch)
treefb1ae6895d992bf234add43cf0d9cdc1198cd32c /overlay/gpu-perf.h
parent2f297ed2b773a5c96fa256d3b976b9cd4d04cc80 (diff)
overlay: Hide idle processes
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'overlay/gpu-perf.h')
-rw-r--r--overlay/gpu-perf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/overlay/gpu-perf.h b/overlay/gpu-perf.h
index fae60bcb..23eba2fa 100644
--- a/overlay/gpu-perf.h
+++ b/overlay/gpu-perf.h
@@ -53,6 +53,8 @@ struct gpu_perf {
uint64_t wait_time;
uint32_t nr_sema;
+
+ time_t show;
} *comm;
struct gpu_perf_time {
struct gpu_perf_time *next;