summaryrefslogtreecommitdiff
path: root/tests/gem_exec_whisper.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-09-08 20:59:55 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-09-08 21:16:18 +0100
commitf565b6c797d1213e66ec62f0bac230f6e8273825 (patch)
tree6a6f512fe8de27637fee87fbc8bdf77aa9a5a085 /tests/gem_exec_whisper.c
parent5c81016cd250babd4e2a764af9fde8c83a320357 (diff)
igt/gem_exec_nop: Show more timing details
Min, average, exclude the post-exec sync time. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/gem_exec_whisper.c')
-rw-r--r--tests/gem_exec_whisper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_exec_whisper.c b/tests/gem_exec_whisper.c
index cd7fd6bb..6afc8b46 100644
--- a/tests/gem_exec_whisper.c
+++ b/tests/gem_exec_whisper.c
@@ -414,7 +414,7 @@ static void print_welcome(int fd)
}
active = igt_sysfs_get_boolean(dir, "semaphores");
- igt_info("Using Legacy submission %s\n",
+ igt_info("Using Legacy submission%s\n",
active ? ", with semaphores" : "");
out: