aboutsummaryrefslogtreecommitdiff
path: root/src/statistics.cc
AgeCommit message (Expand)Author
2018-04-09Optimize by using nth_element instead of partial_sort to find the median. (#565)Fred Tingaud
2018-01-29Some small clang-tidy fixes (#520)Dominic Hamon
2017-08-23Drop Stat1, refactor statistics to be user-providable, add median. (#428)Roman Lebedev