aboutsummaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | * rename src directory to allocbench * make global variable names UPPERCASE * format a lot of code using yapf * use lowercase ld_preload and ld_library_path as Allocator members * name expected Errors 'err' and don't raise a new Exception * disable some pylint messages
* 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
| | | | | the script produces an ascii histogram per default and only uses matplotlib on demand so the name is confusing.
* produce ascii histograms with scripts/matplotlib_histograms.pyFlorian Fischer2019-10-141-13/+23
| | | | | | | | Add new options to matplotlib_histograms.py: -i - open interactive matplotlib plots -n - no ascii histogram chattyparser.plot_hist_ascii handles histograms with non int keys
* 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
| | | | | | | Use allocators in set only if they are in the benchmark results. Don't colorize alloactors because bench.py does this already. Don't add or remove bumpptr allocator. Improve output.
* 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