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>
This commit is contained in:
Chris Wilson
2015-07-19 12:44:59 +01:00
parent 8506cdcaa5
commit d9c3f0b50c
3 changed files with 107 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ noinst_PROGRAMS = \
$(NULL)
bin_PROGRAMS = \
igt_stats \
intel_audio_dump \
intel_reg \
intel_backlight \