| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [logging] call getLogger only with the basename of the module files | Florian Fischer | 2020-07-13 | 1 | -3/+2 |
| | | |||||
| * | [refactoring] fix or ignore many pylint hints | Florian Fischer | 2020-07-13 | 1 | -1/+8 |
| | | | | | | | | | | * Add missing docstrings * Remove unused imports * fix line-to-long * fix some typos * ignore global-statement * ignore wrong-import-order for scripts under /scripts | ||||
| * | [paper_plots] update paper_plots to reflect changes in allocbench | Florian Fischer | 2020-07-13 | 1 | -35/+34 |
| | | | | | | | * introduce logging * change way of retrieving benchmark objects * replace globalvars | ||||
| * | [scripts/paper_plots] fix mypy error | Florian Fischer | 2020-07-12 | 1 | -3/+1 |
| | | |||||
| * | format the source code using yapf | Florian Fischer | 2020-06-02 | 1 | -24/+63 |
| | | |||||
| * | scripts: improve code quality from some scripts | Florian Fischer | 2020-06-02 | 1 | -15/+16 |
| | | |||||
| * | make the whole project more python idiomatic | Florian Fischer | 2020-06-02 | 1 | -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 loop | Florian Fischer | 2020-02-25 | 1 | -23/+26 |
| | | |||||
| * | add script to generate pgfplots for the paper | Florian Fischer | 2020-02-24 | 1 | -0/+244 |
