mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-21 14:56:18 +00:00
igt/gem_exec_nop: Correct %3.f typo
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
7bd4f918c4
commit
082fb26ce9
@ -188,7 +188,7 @@ static void all(int fd, uint32_t handle, int timeout)
|
||||
* engine, but we should equally not go any slower.
|
||||
*/
|
||||
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",
|
||||
"Average time (%.3fus) exceeds expecation for parallel execution (min %.3fus, max %.3fus; limit set at %.3fus)\n",
|
||||
time, min, max, max + 10*min/9);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user