[igt-dev] [RFC i-g-t] tests/perf_pmu: Verify engine busyness accuracy
Chris Wilson
chris at chris-wilson.co.uk
Tue Jan 30 19:06:42 UTC 2018
Quoting Tvrtko Ursulin (2018-01-30 18:11:04)
> +static double __error(double val, double ref)
> +{
> + return (100.0 * val / ref) - 100.0;
ref == 0? sign?
-Chris
More information about the igt-dev
mailing list