mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 01:46:14 +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);
|
igt_assert(status == 0);
|
||||||
}
|
}
|
||||||
gettimeofday(&end, NULL);
|
gettimeofday(&end, NULL);
|
||||||
printf("Time to execute %lu children: %7.3fµs\n",
|
printf("Time to execute %lu children: %7.3fms\n",
|
||||||
ARRAY_SIZE(children), elapsed(&start, &end));
|
ARRAY_SIZE(children), elapsed(&start, &end) / 1000);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user