index
:
~tagr/intel-gpu-tools
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
igt_stats.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-27
lib: Update docs for igt_stats
Daniel Vetter
1
-0
/
+54
2015-09-08
lib: various documentation fixes
Thomas Wood
1
-1
/
+1
2015-07-19
lib: Allow storing floating point values in igt_stats
Chris Wilson
1
-21
/
+78
2015-07-02
stats: Add wikipedia links to get_trimean() and get_iqm()
Damien Lespiau
1
-2
/
+7
2015-07-01
stats: Add trimean
Chris Wilson
1
-0
/
+16
2015-07-01
stats: Add the interquartile mean (IQM)
Chris Wilson
1
-0
/
+37
2015-06-27
stats: Spwan igt_init_with_size() from igt_init()
Damien Lespiau
1
-5
/
+22
2015-06-27
stats: Allow the underlying arrays to grow at will
Damien Lespiau
1
-4
/
+42
2015-06-27
stats: Add support for the interquartile range (IQR)
Damien Lespiau
1
-1
/
+17
2015-06-27
stats: Add support for quartiles (and thus median)
Damien Lespiau
1
-0
/
+131
2015-06-27
stats: Add a bulk version of _push()
Damien Lespiau
1
-0
/
+17
2015-06-27
stats: Add igt_stats_get_range()
Damien Lespiau
1
-0
/
+16
2015-06-27
stats: Add functions to retrieve min/max values of the dataset
Damien Lespiau
1
-0
/
+33
2015-06-27
stats: Add a note about the standard deviation derived from unbiased variance
Damien Lespiau
1
-0
/
+5
2015-06-27
stats: Add a getter for the population property
Damien Lespiau
1
-0
/
+14
2015-06-27
stats: Add a way to specify if the data set is a population or a sample
Damien Lespiau
1
-1
/
+34
2015-06-27
stats: Add gtkdoc section for igt_stats
Damien Lespiau
1
-0
/
+74
2015-06-27
stats: Zero the whole structure at init() time
Damien Lespiau
1
-1
/
+3
2015-06-27
stats: Add a way to retrieve the standard deviation
Damien Lespiau
1
-0
/
+9
2015-06-27
stats: Use an algorithm popularised by Knuth to compute mean and variance
Damien Lespiau
1
-5
/
+37
2015-06-27
stats: Be more precise and talk about mean, not average
Damien Lespiau
1
-1
/
+1
2015-06-25
lib: Add a tiny utility function to compute averages
Damien Lespiau
1
-0
/
+56