aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/espresso.py
Commit message (Collapse)AuthorAgeFilesLines
* make the whole project more python idiomaticFlorian Fischer2020-06-021-127/+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
* fix syntax after plot changesFlorian Fischer2020-04-071-1/+1
|
* unify plotting codeFlorian Fischer2020-04-071-17/+23
| | | | | 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-4/+4
| | | | | | 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
* cleanup plot codeFlorian Fischer2020-02-111-6/+6
| | | | | | | * use str.format instead of eval for plot labels * use meaningful variable names * add license header * add some doc strings
* move plotting code from src.benchmark to src.plotsFlorian Fischer2020-02-111-13/+17
|
* fmt benchmark definitions with yapfFlorian Fischer2019-12-111-14/+22
|
* add mentioning papersFlorian Fischer2019-11-271-2/+12
|
* add tex tables to cfrac and espressoFlorian Fischer2019-10-301-0/+8
|
* improve analysis: add cycles portions and fix top10 percentagesFlorian Fischer2019-10-161-4/+8
|
* add documentation for loop, cfrac, espressoFlorian Fischer2019-10-141-2/+27
|
* require a name in Benchmark.__init__Florian Fischer2019-08-291-4/+3
|
* add license header comments to benchmark definitionsFlorian Fischer2019-08-281-0/+17
|
* improve benchmark code quality using pylintFlorian Fischer2019-08-271-4/+7
| | | | The description Benchmark member is replaced with class docstrings
* add error bars to barplot_single_argFlorian Fischer2019-08-261-1/+2
|
* add espresso benchmarkFlorian Fischer2019-08-241-0/+42