mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 02:16:17 +00:00
igt/gem_exec_nop: Explain the parallel execution assertion
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
286992102e
commit
7bd4f918c4
@ -187,7 +187,9 @@ static void all(int fd, uint32_t handle, int timeout)
|
|||||||
* is frozen. So in general we cannot go faster than the slowest
|
* is frozen. So in general we cannot go faster than the slowest
|
||||||
* engine, but we should equally not go any slower.
|
* engine, but we should equally not go any slower.
|
||||||
*/
|
*/
|
||||||
igt_assert(time < max + min); /* ensure parallel execution */
|
igt_assert_f(time < max + 10*min/9, /* ensure parallel execution */
|
||||||
|
"Average time (%.3fus) exceeds expecation for parallel execution (min %.3fus, max %3.fus; limit set at %.3fus)\n",
|
||||||
|
time, min, max, max + 10*min/9);
|
||||||
}
|
}
|
||||||
|
|
||||||
igt_main
|
igt_main
|
||||||
|
Loading…
x
Reference in New Issue
Block a user