Home
last modified time | relevance | path

Searched refs:target_busy_pct (Results 1 – 1 of 1) sorted by relevance

/external/igt-gpu-tools/tests/
Dperf_pmu.c1527 unsigned long target_busy_pct, in accuracy() argument
1545 busy_us = cycle_us * target_busy_pct / 100; in accuracy()
1562 (double)target_busy_pct / 100.0, in accuracy()
1623 (double)target_busy_pct / 100.0; in accuracy()
1640 100 * expected, target_busy_pct, in accuracy()
1653 assert_within(100.0 * expected, target_busy_pct, 5); in accuracy()