| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rename matplotlib_histograms.py to histogram.py | Florian Fischer | 2019-10-14 | 1 | -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.py | Florian Fischer | 2019-10-14 | 1 | -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 one | Florian Fischer | 2019-08-29 | 3 | -124/+78 |
| | | |||||
| * | move scripts from scripts/ to root and fix some pylint hints | Florian Fischer | 2019-08-26 | 2 | -150/+0 |
| | | |||||
| * | improve bench_sum | Florian Fischer | 2019-08-26 | 1 | -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.txt | Florian Fischer | 2019-08-26 | 1 | -0/+66 |
| | | |||||
| * | rename histogram script to malt_histogram | Florian Fischer | 2019-08-26 | 1 | -0/+0 |
| | | |||||
| * | load facts and remove threading | Florian Fischer | 2019-08-26 | 1 | -18/+16 |
| | | |||||
| * | add mimalloc to bench_sum | Florian Fischer | 2019-08-26 | 1 | -1/+1 |
| | | |||||
| * | add script to merge to result sets | Florian Fischer | 2019-08-26 | 1 | -0/+61 |
| | | |||||
| * | add option to exclude benchmarks | Florian Fischer | 2019-08-26 | 1 | -1/+4 |
| | | |||||
| * | add script to summarize subsets of all allocators in stored data | Florian Fischer | 2019-08-26 | 1 | -0/+100 |
| | | |||||
| * | add script to plot histogram of allocation sizes from malt json files | Florian Fischer | 2019-08-26 | 1 | -0/+58 |
