summaryrefslogtreecommitdiff
path: root/lib/tests/igt_stats.c
AgeCommit message (Expand)Author
2015-07-19igt/stats: Fixup tests to compile after interface changesChris Wilson
2015-06-27stats: Exercise the reallocation pathsDamien Lespiau
2015-06-27stats: Spwan igt_init_with_size() from igt_init()Damien Lespiau
2015-06-27stats: Test we do correctly invalidate the sorted arrayDamien Lespiau
2015-06-27stats: Add support for the interquartile range (IQR)Damien Lespiau
2015-06-27stats: Add support for quartiles (and thus median)Damien Lespiau
2015-06-27stats: Use igt_assert_eq_double() when asserting on doublesDamien Lespiau
2015-06-27stats: Add igt_stats_get_range()Damien Lespiau
2015-06-27stats: Add functions to retrieve min/max values of the datasetDamien Lespiau
2015-06-27stats: Factor out a fixture to initialize statsDamien Lespiau
2015-06-27stats: Add a getter for the population propertyDamien Lespiau
2015-06-27stats: Add a way to specify if the data set is a population or a sampleDamien Lespiau
2015-06-27stats: Zero the whole structure at init() timeDamien Lespiau
2015-06-27tests/stats: Make sure we properly invalidate the cached meanDamien Lespiau
2015-06-27stats: Add a way to retrieve the standard deviationDamien Lespiau
2015-06-27tests/igt_stats: Call igt_stats_fini() to not leak the arrayDamien Lespiau
2015-06-27stats: Be more precise and talk about mean, not averageDamien Lespiau
2015-06-25lib: Add a tiny utility function to compute averagesDamien Lespiau