index
:
igt-gpu-tools.git
master
patchseet_v24
patchseet_v25
vm-bind
DRM IGT GPU Tools
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
tests
/
igt_stats.c
Age
Commit message (
Expand
)
Author
2015-07-19
igt/stats: Fixup tests to compile after interface changes
Chris Wilson
2015-06-27
stats: Exercise the reallocation paths
Damien Lespiau
2015-06-27
stats: Spwan igt_init_with_size() from igt_init()
Damien Lespiau
2015-06-27
stats: Test we do correctly invalidate the sorted array
Damien Lespiau
2015-06-27
stats: Add support for the interquartile range (IQR)
Damien Lespiau
2015-06-27
stats: Add support for quartiles (and thus median)
Damien Lespiau
2015-06-27
stats: Use igt_assert_eq_double() when asserting on doubles
Damien Lespiau
2015-06-27
stats: Add igt_stats_get_range()
Damien Lespiau
2015-06-27
stats: Add functions to retrieve min/max values of the dataset
Damien Lespiau
2015-06-27
stats: Factor out a fixture to initialize stats
Damien Lespiau
2015-06-27
stats: Add a getter for the population property
Damien Lespiau
2015-06-27
stats: Add a way to specify if the data set is a population or a sample
Damien Lespiau
2015-06-27
stats: Zero the whole structure at init() time
Damien Lespiau
2015-06-27
tests/stats: Make sure we properly invalidate the cached mean
Damien Lespiau
2015-06-27
stats: Add a way to retrieve the standard deviation
Damien Lespiau
2015-06-27
tests/igt_stats: Call igt_stats_fini() to not leak the array
Damien Lespiau
2015-06-27
stats: Be more precise and talk about mean, not average
Damien Lespiau
2015-06-25
lib: Add a tiny utility function to compute averages
Damien Lespiau