mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
gem_gtt_hog: Print elapsed time in ms
Missed one last diff before pushing
This commit is contained in:
+2
-2
@@ -170,8 +170,8 @@ int main(int argc, char **argv)
|
||||
igt_assert(status == 0);
|
||||
}
|
||||
gettimeofday(&end, NULL);
|
||||
printf("Time to execute %lu children: %7.3fµs\n",
|
||||
ARRAY_SIZE(children), elapsed(&start, &end));
|
||||
printf("Time to execute %lu children: %7.3fms\n",
|
||||
ARRAY_SIZE(children), elapsed(&start, &end) / 1000);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user