summaryrefslogtreecommitdiff
path: root/benchmarks/gem_latency.c
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/gem_latency.c')
-rw-r--r--benchmarks/gem_latency.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/benchmarks/gem_latency.c b/benchmarks/gem_latency.c
index 1106695c..d9cb44e3 100644
--- a/benchmarks/gem_latency.c
+++ b/benchmarks/gem_latency.c
@@ -540,6 +540,9 @@ static int run(int seconds,
case 4:
printf("%f\n", cpu_time(&rused) / complete);
break;
+ case 5:
+ printf("%d\n", complete);
+ break;
}
return 0;