aboutsummaryrefslogtreecommitdiff
path: root/summarize.py
Commit message (Collapse)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
| | | | | | | | | * Add missing docstrings * Remove unused imports * fix line-to-long * fix some typos * ignore global-statement * ignore wrong-import-order for scripts under /scripts
* 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 ↵Florian Fischer2020-07-111-1/+1
| | | | to benchmark.AVAIL_BENCHMARKS
* [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
| | | | | | | | | * 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 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
| | | | | | | | this is meant for some latex setup specifics like including common.tex
* | 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 ↵Florian Fischer2019-12-141-2/+3
| | | | facter.py
* support tikz plot using tikzplotlibFlorian Fischer2019-11-281-0/+4
|
* remove useless check for factsFlorian Fischer2019-11-231-4/+0
| | | | facts need to be in the directory or facter.load_facts will fail.
* 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