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
+2
View File
@@ -12,6 +12,8 @@ libintel_tools_la_SOURCES = \
igt_aux.h \
igt_gt.c \
igt_gt.h \
igt_stats.c \
igt_stats.h \
instdone.c \
instdone.h \
intel_batchbuffer.c \