From f565b6c797d1213e66ec62f0bac230f6e8273825 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 8 Sep 2016 20:59:55 +0100 Subject: igt/gem_exec_nop: Show more timing details Min, average, exclude the post-exec sync time. Signed-off-by: Chris Wilson --- tests/gem_exec_whisper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/gem_exec_whisper.c') 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: -- cgit v1.2.3