aboutsummaryrefslogtreecommitdiff
path: root/scripts/paper_plots.py
Commit message (Collapse)AuthorAgeFilesLines
* [scripts/paper_plots] fix mypy errorFlorian Fischer2020-07-121-3/+1
|
* format the source code using yapfFlorian Fischer2020-06-021-24/+63
|
* scripts: improve code quality from some scriptsFlorian Fischer2020-06-021-15/+16
|
* make the whole project more python idiomaticFlorian Fischer2020-06-021-21/+21
| | | | | | | | | * 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
* 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