| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [plots.py] fix table definition of write_best_doublearg_tex_table | Florian Fischer | 2020-07-07 | 1 | -2/+3 |
| | | |||||
| * | [util] don't call whereis instead use our own find_cmd function | Florian Fischer | 2020-07-07 | 1 | -3/+1 |
| | | | | | whereis searches some obscure default places before iterating $PATH. | ||||
| * | [chattymalloc] bump version | Florian Fischer | 2020-07-03 | 1 | -1/+1 |
| | | |||||
| * | [allocators] fix 'all' allocators target and exclude allocators used for ↵ | Florian Fischer | 2020-07-03 | 3 | -4/+7 |
| | | | | | analysis | ||||
| * | [espresso] don't include an absolute path for the file argument | Florian Fischer | 2020-07-03 | 1 | -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 names | Florian Fischer | 2020-07-02 | 1 | -3/+3 |
| | | |||||
| * | [keydb] remove useless format string | Florian Fischer | 2020-07-02 | 1 | -1/+1 |
| | | |||||
| * | [speedymalloc] bump version and add new lab_type build variants | Florian Fischer | 2020-06-29 | 1 | -6/+14 |
| | | |||||
| * | fix cfrac, espresso and lld plots | Florian Fischer | 2020-06-29 | 3 | -7/+7 |
| | | |||||
| * | [speedymalloc] bump versiob | Florian Fischer | 2020-06-15 | 1 | -1/+1 |
| | | |||||
| * | [redis.py] fix VmHWM plots | Florian Fischer | 2020-06-10 | 1 | -3/+3 |
| | | |||||
| * | [mysql] fix VmHWM plots | Florian Fischer | 2020-06-10 | 1 | -2/+2 |
| | | |||||
| * | [plots.py] special case plot creation for benchmarks without arguments | Florian Fischer | 2020-06-10 | 1 | -0/+33 |
| | | |||||
| * | [espresso.py] use bar plots | Florian Fischer | 2020-06-10 | 1 | -0/+2 |
| | | |||||
| * | [mysql.py] use plots.get_y_data to retrieve transaction stats | Florian Fischer | 2020-06-10 | 1 | -6/+7 |
| | | |||||
| * | [speedymalloc] bump version | Florian Fischer | 2020-06-08 | 1 | -1/+1 |
| | | |||||
| * | [plots.py] support python 3.7 syntax | Florian Fischer | 2020-06-04 | 1 | -2/+3 |
| | | |||||
| * | [Pipfile] lower python version to 3.7 | Florian Fischer | 2020-06-04 | 1 | -1/+1 |
| | | |||||
| * | [yapf] add yapf style definition | Florian Fischer | 2020-06-04 | 1 | -0/+394 |
| | | |||||
| * | [gitlab-ci] add gitlab ci checking code style and pylint warnings | Florian Fischer | 2020-06-04 | 2 | -1/+25 |
| | | |||||
| * | [gitlab-ci] use spaces as indentation | Florian Fischer | 2020-06-03 | 1 | -2/+2 |
| | | |||||
| * | [gitlab-ci] add gitlab-ci config | Florian Fischer | 2020-06-03 | 1 | -0/+5 |
| | | |||||
| * | [gitignore] add mypy cache directory | Florian Fischer | 2020-06-03 | 1 | -0/+1 |
| | | |||||
| * | [httpd] fix titles and VmHWM datapoint | Florian Fischer | 2020-06-03 | 1 | -5/+5 |
| | | |||||
| * | [benchmark.y] fix extraction of server VmHWM | Florian Fischer | 2020-06-03 | 1 | -3/+6 |
| | | |||||
| * | [dj_trace/lld/plots] fix summary and add doc strings | Florian Fischer | 2020-06-03 | 3 | -107/+52 |
| | | |||||
| * | [benchmark.py] format using yapf | Florian Fischer | 2020-06-03 | 1 | -5/+4 |
| | | |||||
| * | [make] fix check-format target | Florian Fischer | 2020-06-03 | 1 | -1/+1 |
| | | |||||
| * | [lld] use plots.get_y_data in custom plots to handle missing data | Florian Fischer | 2020-06-03 | 1 | -4/+14 |
| | | |||||
| * | [plots] fix export_stats_to_csv for missing datapoints | Florian Fischer | 2020-06-03 | 1 | -2/+6 |
| | | |||||
| * | [speedymalloc] bump speedymalloc version | Florian Fischer | 2020-06-03 | 1 | -2/+2 |
| | | |||||
| * | [speedymalloc] bump version | Florian Fischer | 2020-06-02 | 1 | -1/+1 |
| | | |||||
| * | [pylint] disable some warnings | Florian Fischer | 2020-06-02 | 4 | -11/+10 |
| | | |||||
| * | [pylint] add config and fix tools/check-pylint exit code | Florian Fischer | 2020-06-02 | 3 | -2/+584 |
| | | |||||
| * | [benchmark.py] make sure we use the real global state and not a copy | Florian Fischer | 2020-06-02 | 1 | -12/+15 |
| | | |||||
| * | [plots] rename _get_y_data to get_y_data | Florian Fischer | 2020-06-02 | 1 | -17/+17 |
| | | |||||
| * | [benchmarks] reintroduce prepare | Florian Fischer | 2020-06-02 | 10 | -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 module | Florian Fischer | 2020-06-02 | 3 | -21/+30 |
| | | |||||
| * | scripts/histogram: remove useless import path manipulation | Florian Fischer | 2020-06-02 | 1 | -35/+35 |
| | | |||||
| * | remove deprecated pickle code | Florian Fischer | 2020-06-02 | 4 | -26/+7 |
| | | |||||
| * | update copyright | Florian Fischer | 2020-06-02 | 2 | -2/+2 |
| | | |||||
| * | format the source code using yapf | Florian Fischer | 2020-06-02 | 23 | -147/+265 |
| | | |||||
| * | update TODO | Florian Fischer | 2020-06-02 | 1 | -2/+2 |
| | | |||||
| * | ignore redefined input argument | Florian Fischer | 2020-06-02 | 1 | -1/+1 |
| | | |||||
| * | plots.py: export get_y_data | Florian Fischer | 2020-06-02 | 2 | -2/+2 |
| | | |||||
| * | allocator.py: search for every alloactor bundled with allocbench | Florian Fischer | 2020-06-02 | 1 | -2/+1 |
| | | |||||
| * | Makefile: add new pylint check-target which fails on errors and warnings | Florian Fischer | 2020-06-02 | 2 | -5/+28 |
| | | |||||
| * | bench.py: fix benchmark check | Florian Fischer | 2020-06-02 | 1 | -1/+1 |
| | | |||||
| * | scripts: improve code quality from some scripts | Florian Fischer | 2020-06-02 | 2 | -16/+17 |
| | | |||||
| * | summarize.py: use less globals and make sets optional | Florian Fischer | 2020-06-02 | 1 | -33/+50 |
| | | |||||
