aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/realloc.py
Commit message (Collapse)AuthorAgeFilesLines
* make the whole project more python idiomaticFlorian Fischer2020-06-021-50/+0
| | | | | | | | | * 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
* unify plotting codeFlorian Fischer2020-04-071-4/+8
| | | | | Now there is only a single plot function which takes a plot type as well as some plot and figure options.
* improve matplotlib codeFlorian Fischer2020-03-091-1/+1
| | | | | | add new helper functions to get all y_values for a plot use seperate figures for each plot s/filepostfix/file_postfix/ to be consistent
* use plots from src.plotsFlorian Fischer2020-02-211-3/+4
|
* fmt benchmark definitions with yapfFlorian Fischer2019-12-111-1/+0
|
* add "time" suffix to realloc time plotFlorian Fischer2019-09-041-1/+2
|
* require a name in Benchmark.__init__Florian Fischer2019-08-291-4/+2
|
* add license header comments to benchmark definitionsFlorian Fischer2019-08-281-0/+17
|
* improve benchmark code quality using pylintFlorian Fischer2019-08-271-3/+8
| | | | The description Benchmark member is replaced with class docstrings
* add facts to dataref exportFlorian Fischer2019-07-311-2/+2
|
* apply some flake8 hintsFlorian Fischer2019-06-191-5/+0
|
* add dataref exportsFlorian Fischer2019-05-081-0/+1
|
* use new barplot functionFlorian Fischer2019-04-151-13/+3
|
* improve descriptive statistics, csv-export and add general barplot functionFlorian Fischer2019-04-131-1/+1
|
* add real simple realloc benchmarkFlorian Fischer2019-04-021-0/+39