aboutsummaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* [logging] call getLogger only with the basename of the module filesFlorian Fischer2020-07-131-3/+2
* [refactoring] fix or ignore many pylint hintsFlorian Fischer2020-07-132-1/+11
* [paper_plots] update paper_plots to reflect changes in allocbenchFlorian Fischer2020-07-131-35/+34
* [print_facts.py] update way of retrieving benchmark objectsFlorian Fischer2020-07-131-11/+2
* [scripts/paper_plots] fix mypy errorFlorian Fischer2020-07-121-3/+1
* [globalvars] remove list of available benchmarks from globalvars.BENCHMARK to...Florian Fischer2020-07-111-5/+3
* scripts/histogram: remove useless import path manipulationFlorian Fischer2020-06-021-35/+35
* format the source code using yapfFlorian Fischer2020-06-023-36/+88
* scripts: improve code quality from some scriptsFlorian Fischer2020-06-022-16/+17
* make the whole project more python idiomaticFlorian Fischer2020-06-023-31/+53
* add script to print all facts about a result directoryFlorian Fischer2020-04-071-0/+70
* remove no-color option, exclude our allocators, add loopFlorian Fischer2020-02-251-23/+26
* add script to generate pgfplots for the paperFlorian Fischer2020-02-241-0/+244
* rename matplotlib_histograms.py to histogram.pyFlorian Fischer2019-10-141-3/+3
* produce ascii histograms with scripts/matplotlib_histograms.pyFlorian Fischer2019-10-141-13/+23
* merge histogram scripts into oneFlorian Fischer2019-08-293-124/+78
* move scripts from scripts/ to root and fix some pylint hintsFlorian Fischer2019-08-262-150/+0
* improve bench_sumFlorian Fischer2019-08-261-36/+24
* add script to plot interactive histogram from chattymalloc.txtFlorian Fischer2019-08-261-0/+66
* rename histogram script to malt_histogramFlorian Fischer2019-08-261-0/+0
* load facts and remove threadingFlorian Fischer2019-08-261-18/+16
* add mimalloc to bench_sumFlorian Fischer2019-08-261-1/+1
* add script to merge to result setsFlorian Fischer2019-08-261-0/+61
* add option to exclude benchmarksFlorian Fischer2019-08-261-1/+4
* add script to summarize subsets of all allocators in stored dataFlorian Fischer2019-08-261-0/+100
* add script to plot histogram of allocation sizes from malt json filesFlorian Fischer2019-08-261-0/+58