| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [benchmark.py] add function to retrieve Benchmark instance from a module | Florian Fischer | 2020-06-02 | 1 | -11/+8 |
| | | |||||
| * | summarize.py: use less globals and make sets optional | Florian Fischer | 2020-06-02 | 1 | -33/+50 |
| | | |||||
| * | make the whole project more python idiomatic | Florian Fischer | 2020-06-02 | 1 | -23/+29 |
| | | | | | | | | | | * 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 | ||||
| * | use IPython for interactive summary if available | Florian Fischer | 2020-04-12 | 1 | -2/+6 |
| | | |||||
| * | add simple interactive summary support | Florian Fischer | 2020-04-08 | 1 | -0/+7 |
| | | |||||
| * | add option to exclude allocators from summary | Florian Fischer | 2020-02-25 | 1 | -0/+12 |
| | | |||||
| * | add verbosity flag to summarize | Florian Fischer | 2020-02-22 | 1 | -0/+4 |
| | | |||||
| * | Merge branch 'pgfplots' | Florian Fischer | 2020-02-20 | 1 | -0/+6 |
| |\ | |||||
| | * | add summarize option to specify a custom latex preamble | Florian Fischer | 2020-02-11 | 1 | -0/+6 |
| | | | | | | | | | this is meant for some latex setup specifics like including common.tex | ||||
| * | | use argparse version action to print allocbench version | Florian Fischer | 2020-01-27 | 1 | -5/+2 |
| |/ | |||||
| * | fmt summarize.py with yapf | Florian Fischer | 2019-12-28 | 1 | -20/+44 |
| | | |||||
| * | readd option to summarize after benchmark run | Florian Fischer | 2019-12-28 | 1 | -32/+37 |
| | | |||||
| * | use sys.exit instead of exit and other small code improvements | Florian Fischer | 2019-12-14 | 1 | -2/+2 |
| | | |||||
| * | move allocbench_version to facter and make the facts a global variable of ↵ | Florian Fischer | 2019-12-14 | 1 | -2/+3 |
| | | | | | facter.py | ||||
| * | support tikz plot using tikzplotlib | Florian Fischer | 2019-11-28 | 1 | -0/+4 |
| | | |||||
| * | remove useless check for facts | Florian Fischer | 2019-11-23 | 1 | -4/+0 |
| | | | | | facts need to be in the directory or facter.load_facts will fail. | ||||
| * | let facter handle load/store of global facts | Florian Fischer | 2019-11-22 | 1 | -3/+2 |
| | | |||||
| * | fix typo in option | Florian Fischer | 2019-10-16 | 1 | -1/+1 |
| | | |||||
| * | the matplotlib "C" colors only range till C9 | Florian Fischer | 2019-10-16 | 1 | -1/+1 |
| | | |||||
| * | add --version flag to executables | Florian Fischer | 2019-08-30 | 1 | -1/+5 |
| | | |||||
| * | don't summarize empty sets | Florian Fischer | 2019-08-28 | 1 | -6/+11 |
| | | |||||
| * | add license to summarize.py and improve output | Florian Fischer | 2019-08-27 | 1 | -13/+42 |
| | | |||||
| * | move scripts from scripts/ to root and fix some pylint hints | Florian Fischer | 2019-08-26 | 1 | -0/+113 |
