summaryrefslogtreecommitdiff
path: root/tools/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2015-07-19 12:44:59 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2015-07-19 15:30:23 +0100
commitd9c3f0b50cd4f27191a721fe64f47fdc0754f9ef (patch)
treeb1b8cb444cfb1fa490e54f1a9d62d1ea3a08ac25 /tools/Makefile.sources
parent8506cdcaa59ba90fcccda762d9307528d9f4c5c7 (diff)
tools: Add a simple stats generator 'igt_stats'
A rudimentary tool on top of the igt_stats library. Reads a list of numbers from stdin or from a file and prints the estimate of the central location, aka average. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tools/Makefile.sources')
-rw-r--r--tools/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile.sources b/tools/Makefile.sources
index 374b0d32..8ca93518 100644
--- a/tools/Makefile.sources
+++ b/tools/Makefile.sources
@@ -5,6 +5,7 @@ noinst_PROGRAMS = \
$(NULL)
bin_PROGRAMS = \
+ igt_stats \
intel_audio_dump \
intel_reg \
intel_backlight \