mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
gem_gtt_hog: Print elapsed time in ms
Missed one last diff before pushing
This commit is contained in:
parent
f62abaff99
commit
84af2b9be8
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user