aboutsummaryrefslogtreecommitdiff
path: root/scripts/histogram.py
Commit message (Collapse)AuthorAgeFilesLines
* scripts/histogram: remove useless import path manipulationFlorian Fischer2020-06-021-35/+35
|
* format the source code using yapfFlorian Fischer2020-06-021-8/+19
|
* scripts: improve code quality from some scriptsFlorian Fischer2020-06-021-1/+1
|
* make the whole project more python idiomaticFlorian Fischer2020-06-021-4/+25
| | | | | | | | | * 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
* rename matplotlib_histograms.py to histogram.pyFlorian Fischer2019-10-141-0/+88
| | | | | the script produces an ascii histogram per default and only uses matplotlib on demand so the name is confusing.
* rename histogram script to malt_histogramFlorian Fischer2019-08-261-58/+0
|
* add script to plot histogram of allocation sizes from malt json filesFlorian Fischer2019-08-261-0/+58