summaryrefslogtreecommitdiff
path: root/stats
AgeCommit message (Expand)AuthorFilesLines
2015-09-07stats/gen_report: fix a typo in the title generationMartin Peres1-1/+1
2015-09-04stats/gen_report: add an option to set the name of the reportMartin Peres1-3/+9
2015-09-04stats/gen_report: add a fast mode that does not regenerate imagesMartin Peres1-2/+10
2015-09-02stats/gen_report: slant the horizontal axis labels by 45°Martin Peres1-2/+1
2015-09-02stats/gen_report: better handle reports with holes in their dataMartin Peres1-9/+13
2015-09-01stats/gen_report: make the tooltip more intuitiveMartin Peres1-1/+1
2015-09-01stats/gen_report: make the legend clickable to only show some benchmarksMartin Peres1-5/+86
2015-08-31stats/gen_report: Use google's API to draw the trend chartMartin Peres1-27/+52
2015-08-31stats/gen_report: add a way to report the unit of the test (FPS or ms)Martin Peres1-1/+1
2015-08-31stats/gen_report: fix the anchor of the reportsMartin Peres1-1/+1
2015-08-31stats/gen_report: fix the trend report when using frametimesMartin Peres1-2/+2
2015-08-31stats/gen_report: add notes to the reportsMartin Peres1-1/+11
2015-08-31stats/gen_report: move to the mako template engineMartin Peres1-106/+89
2015-08-31report: add a report class and add support for notesMartin Peres1-17/+17
2015-08-26split out the report-parsing part of gen_report into a separate fileMartin Peres1-246/+27
2015-08-24stats/gen_report: allow importing labels from a fileMartin Peres1-2/+27
2015-08-24stats/gen_report: Display the sha1 in the trendlineMartin Peres1-2/+6
2015-08-19utils: use env to find the location of python3Martin Peres1-1/+1
2015-08-14stats/gen_report: be more robust against ill-formed csvsMartin Peres1-1/+2
2015-08-14stats/gen_report: add the commit number to the table viewMartin Peres1-1/+7
2015-08-13stats/gen_report: add a 2% box around the avg in the benchmark resultsMartin Peres1-0/+6
2015-08-13stats/gen_report: fix a typoMartin Peres1-1/+1
2015-08-13stats/gen_report: add a link for the patchesMartin Peres1-4/+7
2015-08-13stats/gen_report: improve the bench results readabilityMartin Peres1-12/+26
2015-08-06stats/gen_report: do not draw the legend if there are more than 40 runsMartin Peres1-2/+2
2015-08-06stats/gen_report: fix a trivial typoMartin Peres1-1/+1
2015-08-06stats/gen_report: add an option to deal with frametime instead of fpsMartin Peres1-9/+37
2015-08-06stats/gen_report: Generate the images by defaultMartin Peres1-2/+2
2015-07-28stats/gen_report: add support for the geometric meanMartin Peres1-18/+72
2015-07-27stats/gen_report: improve error reportingMartin Peres1-1/+5
2015-07-27stats/gen_report: fix some warningsMartin Peres1-2/+9
2015-07-27stats/gen_report: fix the ylabel of the trend graphMartin Peres1-1/+1
2015-07-27stats/gen_report: support the case were not all commits have a benchmarkMartin Peres1-24/+35
2015-07-27stats/gen_report: fail more gently when the image generation failedMartin Peres1-34/+37
2015-07-27stats/gen_report/trend: stop the line when missing resultsMartin Peres1-0/+5
2015-07-27stats/gen_report: change the style a littleMartin Peres1-0/+3
2015-07-27stats/gen_report: be more resistant to empty csv filesMartin Peres1-10/+16
2015-07-27stats/gen_report: fix the overview graphMartin Peres1-8/+5
2015-07-24core: plot time series of all the runs of a benchmarkMartin Peres1-15/+36
2015-07-23stats/gen_report: plot the benchs' run along with its run with the previous c...Martin Peres1-3/+9
2015-07-23stats/gen_report: Have the trend show a cumulative differenceMartin Peres1-1/+3
2015-07-22stats/gen_report: Ignore error filesMartin Peres1-0/+4
2015-07-22Save the per-run FPS values where we amalgamateChris Wilson1-0/+5
2015-07-22stats/gen_report: Add a sparkline in the tableMartin Peres1-3/+31
2015-07-22stats/gen_report: prettify the stdout outputMartin Peres1-8/+15
2015-07-22stats/gen_report: generate the commits' stats with python instead of RMartin Peres1-6/+30
2015-07-21stats: add tools to generate offline reportsMartin Peres2-0/+314