mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
stats: Add a way to specify if the data set is a population or a sample
This changes how we compute the variance. We want an unbiased variance when reasoning about a sample. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
@@ -867,6 +867,7 @@ static void test_run(struct test_ops *test)
|
||||
igt_stats_t stats;
|
||||
|
||||
igt_stats_init(&stats, ARRAY_SIZE(modes));
|
||||
igt_stats_set_population(&stats, true);
|
||||
|
||||
for (m = 0; m < ARRAY_SIZE(modes); m++) {
|
||||
struct skl_wrpll_params params = {};
|
||||
|
||||
Reference in New Issue
Block a user