From 5715089c5139221cb6a0bfda2352cf8e5c416b32 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 2 May 2016 09:20:00 +0100 Subject: benchmarks/gem_latency: Report throughput Signed-off-by: Chris Wilson --- benchmarks/gem_latency.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'benchmarks/gem_latency.c') 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; -- cgit v1.2.3