Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Dperf_pmu.c935 uint64_t val[2], ts[2], perf_slept[2]; in multi_client() local
955 perf_slept[1] = ts[1] - ts[0]; in multi_client()
956 igt_debug("slept=%lu perf=%"PRIu64"\n", slept[1], perf_slept[1]); in multi_client()
961 perf_slept[0] = ts[1] - ts[0]; in multi_client()
962 igt_debug("slept=%lu perf=%"PRIu64"\n", slept[0], perf_slept[0]); in multi_client()
969 assert_within_epsilon(val[0], perf_slept[0], tolerance); in multi_client()
970 assert_within_epsilon(val[1], perf_slept[1], tolerance); in multi_client()