aboutsummaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* 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