lib: Add a tiny utility function to compute averages

The master plan would be to get a bit more stats in it, at least the
standard deviation and confidence interval. Just need the average for
now.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau
2015-06-25 12:07:56 +01:00
parent 484e27542d
commit 06f5f7065f
6 changed files with 145 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ check_PROGRAMS = \
igt_no_subtest \
igt_simulation \
igt_simple_test_subtests \
igt_stats \
igt_timeout \
igt_invalid_subtest_name \
igt_segfault \