mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +00:00
stats: Be more precise and talk about mean, not average
There are several types of averages eg. mean, median and mode. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
@@ -917,7 +917,8 @@ static void test_run(struct test_ops *test)
|
||||
}
|
||||
|
||||
printf("even/odd dividers: %d/%d\n", p_odd_even[0], p_odd_even[1]);
|
||||
printf("average deviation: %.2lf\n", igt_stats_get_average(&stats));
|
||||
printf("mean central freq deviation: %.2lf\n",
|
||||
igt_stats_get_mean(&stats));
|
||||
|
||||
igt_stats_fini(&stats);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user