| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make the whole project more python idiomatic | Florian Fischer | 2020-06-02 | 1 | -77/+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 code | Florian Fischer | 2020-04-07 | 1 | -11/+16 |
| | | | | | | Now there is only a single plot function which takes a plot type as well as some plot and figure options. | ||||
| * | improve matplotlib code | Florian Fischer | 2020-03-09 | 1 | -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 | ||||
| * | use plots from src.plots | Florian Fischer | 2020-02-21 | 1 | -5/+6 |
| | | |||||
| * | fmt benchmark definitions with yapf | Florian Fischer | 2019-12-11 | 1 | -12/+15 |
| | | |||||
| * | add and use write_tex_table function | Florian Fischer | 2019-10-30 | 1 | -2/+6 |
| | | |||||
| * | remove normalized plots from loop and t-test1 | Florian Fischer | 2019-10-21 | 1 | -8/+0 |
| | | |||||
| * | require a name in Benchmark.__init__ | Florian Fischer | 2019-08-29 | 1 | -2/+2 |
| | | |||||
| * | add license header comments to benchmark definitions | Florian Fischer | 2019-08-28 | 1 | -0/+17 |
| | | |||||
| * | improve benchmark code quality using pylint | Florian Fischer | 2019-08-27 | 1 | -7/+9 |
| | | | | | The description Benchmark member is replaced with class docstrings | ||||
| * | remove yerr from plot_* functions | Florian Fischer | 2019-08-27 | 1 | -2/+1 |
| | | |||||
| * | add error bars to barplot_single_arg | Florian Fischer | 2019-08-26 | 1 | -1/+2 |
| | | |||||
| * | use new location of bumpptr | Florian Fischer | 2019-08-11 | 1 | -1/+1 |
| | | |||||
| * | add facts to dataref export | Florian Fischer | 2019-07-31 | 1 | -1/+1 |
| | | |||||
| * | add ttest1 from ptmalloc | Florian Fischer | 2019-05-15 | 1 | -0/+53 |
