1. 0705ce6 igt/stats: Fixup tests to compile after interface changes by Chris Wilson · 9 years ago
  2. 46f277b stats: Exercise the reallocation paths by Damien Lespiau · 9 years ago
  3. 66e0bf6 stats: Spwan igt_init_with_size() from igt_init() by Damien Lespiau · 9 years ago
  4. 817ea87 stats: Test we do correctly invalidate the sorted array by Damien Lespiau · 9 years ago
  5. fabde38 stats: Add support for the interquartile range (IQR) by Damien Lespiau · 9 years ago
  6. 1b8997b stats: Add support for quartiles (and thus median) by Damien Lespiau · 9 years ago
  7. 2fe2869 stats: Use igt_assert_eq_double() when asserting on doubles by Damien Lespiau · 9 years ago
  8. 0e4c175 stats: Add igt_stats_get_range() by Damien Lespiau · 9 years ago
  9. 4a89a84 stats: Add functions to retrieve min/max values of the dataset by Damien Lespiau · 9 years ago
  10. 87009f3 stats: Factor out a fixture to initialize stats by Damien Lespiau · 9 years ago
  11. da123ad stats: Add a getter for the population property by Damien Lespiau · 9 years ago
  12. 3a5cf84 stats: Add a way to specify if the data set is a population or a sample by Damien Lespiau · 9 years ago
  13. 203c384 stats: Zero the whole structure at init() time by Damien Lespiau · 9 years ago
  14. 76ea7b9 tests/stats: Make sure we properly invalidate the cached mean by Damien Lespiau · 9 years ago
  15. 515cec1 stats: Add a way to retrieve the standard deviation by Damien Lespiau · 9 years ago
  16. 9986282 tests/igt_stats: Call igt_stats_fini() to not leak the array by Damien Lespiau · 9 years ago
  17. e55a11d stats: Be more precise and talk about mean, not average by Damien Lespiau · 9 years ago
  18. 06f5f70 lib: Add a tiny utility function to compute averages by Damien Lespiau · 9 years ago