aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix syntax after plot changesFlorian Fischer2020-04-074-5/+4
* unify plotting codeFlorian Fischer2020-04-0717-409/+567
* improve chattyparserFlorian Fischer2020-04-071-36/+43
* fix larson delete not matching new[]Florian Fischer2020-04-031-5/+5
* join only stringsFlorian Fischer2020-03-111-2/+2
* bump speedymalloc version and add new flavor with bigger size classesFlorian Fischer2020-03-102-1/+9
* fix sm.speedymalloc_70d9d160 nameFlorian Fischer2020-03-101-1/+1
* bump speedymalloc version and fix flavors namesFlorian Fischer2020-03-102-13/+18
* add tcmalloc_gperftools to tcmallocsFlorian Fischer2020-03-101-2/+3
* make sure we join only stringsFlorian Fischer2020-03-101-1/+1
* don't use perm in keydb plot titlesFlorian Fischer2020-03-101-2/+2
* fix _save_figure callsFlorian Fischer2020-03-101-3/+3
* create plots using their file name as identifierFlorian Fischer2020-03-091-13/+15
* fix use of pyplot.closeFlorian Fischer2020-03-091-3/+3
* use str.join to construct perm substitutionFlorian Fischer2020-03-091-1/+1
* improve artifact codeFlorian Fischer2020-03-091-12/+12
* fmt all src/allocators using yapfFlorian Fischer2020-03-0925-137/+165
* use gperftools in nofs allocator collection and fix tcmalloc indentationFlorian Fischer2020-03-092-14/+15
* fmt plots.py using yapfFlorian Fischer2020-03-091-47/+158
* use f-string template in latex table generation codeFlorian Fischer2020-03-091-20/+19
* improve matplotlib codeFlorian Fischer2020-03-0917-114/+97
* update git checkoutsFlorian Fischer2020-03-061-0/+10
* bump speedymalloc versionFlorian Fischer2020-03-061-1/+5
* don't raise Exeption again just pass itFlorian Fischer2020-02-271-2/+2
* remove unused code and compiler flags from t-test1Florian Fischer2020-02-273-199/+3
* remove speedymalloc.cFlorian Fischer2020-02-261-188/+0
* Merge remote-tracking branch 'refs/remotes/origin/master'Florian Fischer2020-02-261-0/+188
|\
| * define PAGE_SIZE and put alignment code in inline functionFlorian Fischer2020-02-261-13/+9
| * free big allocations using madv_freeFlorian Fischer2020-02-261-3/+24
* | remove useless nullpointer checkFlorian Fischer2020-02-261-4/+0
* | inlcude bump_alloc.h into bumpptr_alloc.cFlorian Fischer2020-02-263-63/+42
* | fix build of speedymalloc and add new variantFlorian Fischer2020-02-262-6/+11
* | externalize speedymallocFlorian Fischer2020-02-264-180/+57
* | print debug message with command line of subcommandsFlorian Fischer2020-02-261-0/+2
* | remove useles check if self.build_cmds are trueFlorian Fischer2020-02-261-10/+9
* | get statistic value with defaultFlorian Fischer2020-02-261-2/+4
|/
* add madvise MADV_WILLNEEDFlorian Fischer2020-02-251-0/+17
* move common allocator functions into malloc.cFlorian Fischer2020-02-254-217/+123
* set errno when bump end is reachedFlorian Fischer2020-02-251-3/+5
* save stdout and stderr of serversFlorian Fischer2020-02-251-4/+16
* split style and color definitions and include common.texFlorian Fischer2020-02-251-3/+6
* remove newline in front of ybar axis attributeFlorian Fischer2020-02-241-1/+1
* create correct standalone pgfplot legendFlorian Fischer2020-02-241-96/+81
* minor whitespace fixesFlorian Fischer2020-02-241-2/+2
* import tikzplotlib only if neededFlorian Fischer2020-02-241-1/+3
* don't use data using filecontents*Florian Fischer2020-02-241-18/+16
* add option to set additional axis attributesFlorian Fischer2020-02-241-1/+3
* only support 10 default colorsFlorian Fischer2020-02-241-1/+1
* add allocator collection for the paperFlorian Fischer2020-02-241-0/+31
* save a valid result if we haven't seen one yetFlorian Fischer2020-02-221-1/+1