| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | remove unused code and compiler flags from t-test1 | Florian Fischer | 2020-02-27 | 3 | -199/+3 | |
| | | ||||||
| * | remove speedymalloc.c | Florian Fischer | 2020-02-26 | 1 | -188/+0 | |
| | | ||||||
| * | Merge remote-tracking branch 'refs/remotes/origin/master' | Florian Fischer | 2020-02-26 | 1 | -0/+188 | |
| |\ | ||||||
| | * | define PAGE_SIZE and put alignment code in inline function | Florian Fischer | 2020-02-26 | 1 | -13/+9 | |
| | | | ||||||
| | * | free big allocations using madv_free | Florian Fischer | 2020-02-26 | 1 | -3/+24 | |
| | | | ||||||
| * | | remove useless nullpointer check | Florian Fischer | 2020-02-26 | 1 | -4/+0 | |
| | | | | | | | | | posix_memalign(memptr,... is attributed with __attribute__((nonnull)). | |||||
| * | | inlcude bump_alloc.h into bumpptr_alloc.c | Florian Fischer | 2020-02-26 | 3 | -63/+42 | |
| | | | ||||||
| * | | fix build of speedymalloc and add new variant | Florian Fischer | 2020-02-26 | 2 | -6/+11 | |
| | | | ||||||
| * | | externalize speedymalloc | Florian Fischer | 2020-02-26 | 4 | -180/+57 | |
| | | | ||||||
| * | | print debug message with command line of subcommands | Florian Fischer | 2020-02-26 | 1 | -0/+2 | |
| | | | ||||||
| * | | remove useles check if self.build_cmds are true | Florian Fischer | 2020-02-26 | 1 | -10/+9 | |
| | | | ||||||
| * | | get statistic value with default | Florian Fischer | 2020-02-26 | 1 | -2/+4 | |
| |/ | ||||||
| * | add madvise MADV_WILLNEED | Florian Fischer | 2020-02-25 | 1 | -0/+17 | |
| | | | | | Touching every 32MB chunk prevents individual page faults. | |||||
| * | move common allocator functions into malloc.c | Florian Fischer | 2020-02-25 | 4 | -217/+123 | |
| | | ||||||
| * | set errno when bump end is reached | Florian Fischer | 2020-02-25 | 1 | -3/+5 | |
| | | ||||||
| * | save stdout and stderr of servers | Florian Fischer | 2020-02-25 | 1 | -4/+16 | |
| | | ||||||
| * | split style and color definitions and include common.tex | Florian Fischer | 2020-02-25 | 1 | -3/+6 | |
| | | ||||||
| * | remove newline in front of ybar axis attribute | Florian Fischer | 2020-02-24 | 1 | -1/+1 | |
| | | ||||||
| * | create correct standalone pgfplot legend | Florian Fischer | 2020-02-24 | 1 | -96/+81 | |
| | | ||||||
| * | minor whitespace fixes | Florian Fischer | 2020-02-24 | 1 | -2/+2 | |
| | | ||||||
| * | import tikzplotlib only if needed | Florian Fischer | 2020-02-24 | 1 | -1/+3 | |
| | | ||||||
| * | don't use data using filecontents* | Florian Fischer | 2020-02-24 | 1 | -18/+16 | |
| | | | | | | The filecontent is written to disk an may colide with the data from other plots. | |||||
| * | add option to set additional axis attributes | Florian Fischer | 2020-02-24 | 1 | -1/+3 | |
| | | ||||||
| * | only support 10 default colors | Florian Fischer | 2020-02-24 | 1 | -1/+1 | |
| | | | | | matplotlib on ubuntu 18.04 does only support 10 cycle colors | |||||
| * | add allocator collection for the paper | Florian Fischer | 2020-02-24 | 1 | -0/+31 | |
| | | ||||||
| * | save a valid result if we haven't seen one yet | Florian Fischer | 2020-02-22 | 1 | -1/+1 | |
| | | ||||||
| * | add verbosity flag to summarize | Florian Fischer | 2020-02-22 | 1 | -3/+3 | |
| | | ||||||
| * | fix title of keydb plots | Florian Fischer | 2020-02-21 | 1 | -2/+2 | |
| | | ||||||
| * | don't shutdown servers if starting them failed | Florian Fischer | 2020-02-21 | 1 | -1/+1 | |
| | | ||||||
| * | always use same namedtuple Class | Florian Fischer | 2020-02-21 | 1 | -4/+2 | |
| | | ||||||
| * | use plots from src.plots | Florian Fischer | 2020-02-21 | 7 | -26/+30 | |
| | | ||||||
| * | don't parse output from abnormally terminated commands | Florian Fischer | 2020-02-21 | 1 | -3/+5 | |
| | | ||||||
| * | simplify MOP/s calculation for the loop micro benchmark | Florian Fischer | 2020-02-20 | 1 | -16/+19 | |
| | | ||||||
| * | add falsesharing pgfplot | Florian Fischer | 2020-02-20 | 1 | -9/+24 | |
| | | ||||||
| * | add blowup pgfplot | Florian Fischer | 2020-02-20 | 1 | -1/+11 | |
| | | ||||||
| * | add support for pgf bar plots and error bars | Florian Fischer | 2020-02-20 | 1 | -7/+25 | |
| | | ||||||
| * | rename gperftools tcmallocs | Florian Fischer | 2020-02-20 | 1 | -4/+4 | |
| | | ||||||
| * | Merge branch 'pgfplots' | Florian Fischer | 2020-02-20 | 14 | -651/+941 | |
| |\ | ||||||
| | * | define a style per allocatorpgfplots | Florian Fischer | 2020-02-12 | 1 | -3/+5 | |
| | | | | | | | | | | | the style is named like the allocator and can be overwritten using a custom preamble. | |||||
| | * | improve default labels | Florian Fischer | 2020-02-11 | 1 | -4/+4 | |
| | | | ||||||
| | * | use str.format labels and fix value retrieval in pgfplot_linear | Florian Fischer | 2020-02-11 | 1 | -4/+9 | |
| | | | ||||||
| | * | add legend file name to pgfplot_legend arguments | Florian Fischer | 2020-02-11 | 1 | -2/+2 | |
| | | | ||||||
| | * | set any missing allocator color | Florian Fischer | 2020-02-11 | 1 | -6/+22 | |
| | | | | | | | | | The matplotlib "C" color cycle list is used for missing colors | |||||
| | * | add summarize option to specify a custom latex preamble | Florian Fischer | 2020-02-11 | 2 | -0/+8 | |
| | | | | | | | | | this is meant for some latex setup specifics like including common.tex | |||||
| | * | replace eval with str.format labels in loop.py | Florian Fischer | 2020-02-11 | 1 | -7/+7 | |
| | | | ||||||
| | * | format dj_trace.py using yapf | Florian Fischer | 2020-02-11 | 1 | -116/+201 | |
| | | | ||||||
| | * | cleanup plot code | Florian Fischer | 2020-02-11 | 8 | -148/+171 | |
| | | | | | | | | | | | | | | | * use str.format instead of eval for plot labels * use meaningful variable names * add license header * add some doc strings | |||||
| | * | move plotting code from src.benchmark to src.plots | Florian Fischer | 2020-02-11 | 12 | -633/+672 | |
| | | | ||||||
| | * | implement standalone pgfplot legend creation | Florian Fischer | 2020-02-11 | 2 | -0/+55 | |
| | | | ||||||
| | * | use allocbench colors in pgfplot | Florian Fischer | 2020-02-11 | 1 | -7/+13 | |
| | | | | | | | | | | | | | the used colors consist of the allocator name followed by '_color'. The colors are defined using xcolors providecolor command which does not override existing names. | |||||
