aboutsummaryrefslogtreecommitdiff
path: root/summarize.py
Commit message (Expand)AuthorAgeFilesLines
* [summarize] only summarize benchmarks with a summary methodFlorian Fischer2020-07-191-0/+3
* remove globalvars and pass allocators to Benchmark.runFlorian Fischer2020-07-141-3/+0
* [logging] call getLogger only with the basename of the module filesFlorian Fischer2020-07-131-3/+2
* [refactoring] fix or ignore many pylint hintsFlorian Fischer2020-07-131-1/+1
* replace print_* functions from allocbench.util if loggingFlorian Fischer2020-07-131-10/+15
* [summarize.py] update and fix the use of most global variables from globalvarFlorian Fischer2020-07-131-7/+9
* [globalvars] remove list of available benchmarks from globalvars.BENCHMARK to...Florian Fischer2020-07-111-1/+1
* [benchmark.py] add function to retrieve Benchmark instance from a moduleFlorian Fischer2020-06-021-11/+8
* summarize.py: use less globals and make sets optionalFlorian Fischer2020-06-021-33/+50
* make the whole project more python idiomaticFlorian Fischer2020-06-021-23/+29
* use IPython for interactive summary if availableFlorian Fischer2020-04-121-2/+6
* add simple interactive summary supportFlorian Fischer2020-04-081-0/+7
* add option to exclude allocators from summaryFlorian Fischer2020-02-251-0/+12
* add verbosity flag to summarizeFlorian Fischer2020-02-221-0/+4
* Merge branch 'pgfplots'Florian Fischer2020-02-201-0/+6
|\
| * add summarize option to specify a custom latex preambleFlorian Fischer2020-02-111-0/+6
* | use argparse version action to print allocbench versionFlorian Fischer2020-01-271-5/+2
|/
* fmt summarize.py with yapfFlorian Fischer2019-12-281-20/+44
* readd option to summarize after benchmark runFlorian Fischer2019-12-281-32/+37
* use sys.exit instead of exit and other small code improvementsFlorian Fischer2019-12-141-2/+2
* move allocbench_version to facter and make the facts a global variable of fac...Florian Fischer2019-12-141-2/+3
* support tikz plot using tikzplotlibFlorian Fischer2019-11-281-0/+4
* remove useless check for factsFlorian Fischer2019-11-231-4/+0
* let facter handle load/store of global factsFlorian Fischer2019-11-221-3/+2
* fix typo in optionFlorian Fischer2019-10-161-1/+1
* the matplotlib "C" colors only range till C9Florian Fischer2019-10-161-1/+1
* add --version flag to executablesFlorian Fischer2019-08-301-1/+5
* don't summarize empty setsFlorian Fischer2019-08-281-6/+11
* add license to summarize.py and improve outputFlorian Fischer2019-08-271-13/+42
* move scripts from scripts/ to root and fix some pylint hintsFlorian Fischer2019-08-261-0/+113