summaryrefslogtreecommitdiff
path: root/lib/Makefile.sources
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2015-06-25 12:07:56 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2015-06-25 17:22:03 +0100
commit06f5f7065fccc5fbb9f65f6f7d348624e2fa0d2b (patch)
tree76033fe09d29ecf00fa783e4c7755db583f78519 /lib/Makefile.sources
parent484e27542d79f78e467004fec5a5192ac6006b34 (diff)
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>
Diffstat (limited to 'lib/Makefile.sources')
-rw-r--r--lib/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.sources b/lib/Makefile.sources
index 85dc3215..f8a1b928 100644
--- a/lib/Makefile.sources
+++ b/lib/Makefile.sources
@@ -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 \