aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [plots.py] fix table definition of write_best_doublearg_tex_tableFlorian Fischer2020-07-071-2/+3
|
* [util] don't call whereis instead use our own find_cmd functionFlorian Fischer2020-07-071-3/+1
| | | | whereis searches some obscure default places before iterating $PATH.
* [chattymalloc] bump versionFlorian Fischer2020-07-031-1/+1
|
* [allocators] fix 'all' allocators target and exclude allocators used for ↵Florian Fischer2020-07-033-4/+7
| | | | analysis
* [espresso] don't include an absolute path for the file argumentFlorian Fischer2020-07-031-1/+2
| | | | | | This allows espresso to be analyzed using chattymalloc, because we use the argument as part as the name of the trace file. This obviously breaks if the argument itself is an absolute path.
* [speedymalloc] fix meson option namesFlorian Fischer2020-07-021-3/+3
|
* [keydb] remove useless format stringFlorian Fischer2020-07-021-1/+1
|
* [speedymalloc] bump version and add new lab_type build variantsFlorian Fischer2020-06-291-6/+14
|
* fix cfrac, espresso and lld plotsFlorian Fischer2020-06-293-7/+7
|
* [speedymalloc] bump versiobFlorian Fischer2020-06-151-1/+1
|
* [redis.py] fix VmHWM plotsFlorian Fischer2020-06-101-3/+3
|
* [mysql] fix VmHWM plotsFlorian Fischer2020-06-101-2/+2
|
* [plots.py] special case plot creation for benchmarks without argumentsFlorian Fischer2020-06-101-0/+33
|
* [espresso.py] use bar plotsFlorian Fischer2020-06-101-0/+2
|
* [mysql.py] use plots.get_y_data to retrieve transaction statsFlorian Fischer2020-06-101-6/+7
|
* [speedymalloc] bump versionFlorian Fischer2020-06-081-1/+1
|
* [plots.py] support python 3.7 syntaxFlorian Fischer2020-06-041-2/+3
|
* [Pipfile] lower python version to 3.7Florian Fischer2020-06-041-1/+1
|
* [yapf] add yapf style definitionFlorian Fischer2020-06-041-0/+394
|
* [gitlab-ci] add gitlab ci checking code style and pylint warningsFlorian Fischer2020-06-042-1/+25
|
* [gitlab-ci] use spaces as indentationFlorian Fischer2020-06-031-2/+2
|
* [gitlab-ci] add gitlab-ci configFlorian Fischer2020-06-031-0/+5
|
* [gitignore] add mypy cache directoryFlorian Fischer2020-06-031-0/+1
|
* [httpd] fix titles and VmHWM datapointFlorian Fischer2020-06-031-5/+5
|
* [benchmark.y] fix extraction of server VmHWMFlorian Fischer2020-06-031-3/+6
|
* [dj_trace/lld/plots] fix summary and add doc stringsFlorian Fischer2020-06-033-107/+52
|
* [benchmark.py] format using yapfFlorian Fischer2020-06-031-5/+4
|
* [make] fix check-format targetFlorian Fischer2020-06-031-1/+1
|
* [lld] use plots.get_y_data in custom plots to handle missing dataFlorian Fischer2020-06-031-4/+14
|
* [plots] fix export_stats_to_csv for missing datapointsFlorian Fischer2020-06-031-2/+6
|
* [speedymalloc] bump speedymalloc versionFlorian Fischer2020-06-031-2/+2
|
* [speedymalloc] bump versionFlorian Fischer2020-06-021-1/+1
|
* [pylint] disable some warningsFlorian Fischer2020-06-024-11/+10
|
* [pylint] add config and fix tools/check-pylint exit codeFlorian Fischer2020-06-023-2/+584
|
* [benchmark.py] make sure we use the real global state and not a copyFlorian Fischer2020-06-021-12/+15
|
* [plots] rename _get_y_data to get_y_dataFlorian Fischer2020-06-021-17/+17
|
* [benchmarks] reintroduce prepareFlorian Fischer2020-06-0210-56/+84
| | | | | | Always running the possibly very expensive preparation code when a benchmark object is created is not reasonable when benchmarks should only be summarized.
* [benchmark.py] add function to retrieve Benchmark instance from a moduleFlorian Fischer2020-06-023-21/+30
|
* scripts/histogram: remove useless import path manipulationFlorian Fischer2020-06-021-35/+35
|
* remove deprecated pickle codeFlorian Fischer2020-06-024-26/+7
|
* update copyrightFlorian Fischer2020-06-022-2/+2
|
* format the source code using yapfFlorian Fischer2020-06-0223-147/+265
|
* update TODOFlorian Fischer2020-06-021-2/+2
|
* ignore redefined input argumentFlorian Fischer2020-06-021-1/+1
|
* plots.py: export get_y_dataFlorian Fischer2020-06-022-2/+2
|
* allocator.py: search for every alloactor bundled with allocbenchFlorian Fischer2020-06-021-2/+1
|
* Makefile: add new pylint check-target which fails on errors and warningsFlorian Fischer2020-06-022-5/+28
|
* bench.py: fix benchmark checkFlorian Fischer2020-06-021-1/+1
|
* scripts: improve code quality from some scriptsFlorian Fischer2020-06-022-16/+17
|
* summarize.py: use less globals and make sets optionalFlorian Fischer2020-06-021-33/+50
|