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
/
igt_stats.h
Age
Commit message (
Expand
)
Author
2016-07-27
lib: Update docs for igt_stats
Daniel Vetter
2016-03-09
benchmarks: Add gem_syslatency
Chris Wilson
2016-03-08
benchmarks/gem_latency: Replace igt_stats with igt_mean
Chris Wilson
2015-09-08
lib: various documentation fixes
Thomas Wood
2015-07-19
lib: Allow storing floating point values in igt_stats
Chris Wilson
2015-07-01
stats: Add trimean
Chris Wilson
2015-07-01
stats: Add the interquartile mean (IQM)
Chris Wilson
2015-06-27
stats: Spwan igt_init_with_size() from igt_init()
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: Add a bulk version of _push()
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: 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: Add gtkdoc section for igt_stats
Damien Lespiau
2015-06-27
stats: Add header gards
Damien Lespiau
2015-06-27
stats: Add a way to retrieve the standard deviation
Damien Lespiau
2015-06-27
stats: Use an algorithm popularised by Knuth to compute mean and variance
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