| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rdtsc: save mean of cycles to use allocbench's stats | Florian Fischer | 2020-05-06 | 1 | -5/+11 |
| | | |||||
| * | analyze: build allocators before setting globally LD_PRELOAD | Florian Fischer | 2020-05-05 | 1 | -0/+3 |
| | | |||||
| * | chattymalloc: use external chattymalloc repository | Florian Fischer | 2020-05-05 | 5 | -878/+32 |
| | | |||||
| * | rdtsc: fix mode selection and cpu selection | Florian Fischer | 2020-05-01 | 1 | -3/+4 |
| | | |||||
| * | improve chattymalloc trace infrastructure | Florian Fischer | 2020-05-01 | 3 | -49/+77 |
| | | | | | | | | * Detect empty entries. * Parse the trace entries using the struct python library * fix realloc accounting * multiple fixes in chattyparser | ||||
| * | bump speedymalloc, build the release version | Florian Fischer | 2020-05-01 | 1 | -3/+3 |
| | | |||||
| * | GitArtifact: alos force fetch the bare repo | Florian Fischer | 2020-05-01 | 1 | -1/+1 |
| | | |||||
| * | chattyparser: only track calls when we should | Florian Fischer | 2020-04-29 | 1 | -1/+2 |
| | | |||||
| * | chattyparser: don't treat thread_termination as allocation | Florian Fischer | 2020-04-29 | 1 | -0/+3 |
| | | |||||
| * | bump speedymalloc version | Florian Fischer | 2020-04-28 | 1 | -6/+2 |
| | | |||||
| * | chattymalloc: trace thread_termination | Florian Fischer | 2020-04-28 | 3 | -3/+54 |
| | | |||||
| * | GitArtifact: force fetch repository | Florian Fischer | 2020-04-28 | 1 | -1/+1 |
| | | |||||
| * | use pathlib.PATH in allocator.py where it is reasonable | Florian Fischer | 2020-04-23 | 1 | -21/+21 |
| | | |||||
| * | fix shutdown for already terminated servers and save their returncode | Florian Fischer | 2020-04-23 | 1 | -21/+25 |
| | | |||||
| * | bump speedymalloc version and add thread_free and no_glab flavor | Florian Fischer | 2020-04-23 | 1 | -5/+14 |
| | | |||||
| * | fix errorbars and sanely position bars in barplots | Florian Fischer | 2020-04-17 | 1 | -4/+10 |
| | | |||||
| * | implement wildcard search for allocator selection | Florian Fischer | 2020-04-15 | 6 | -185/+62 |
| | | | | | | | This makes most allocator collections, which only bundle all allocator variants from one allocator obsolete. They can be replaces with 'allocator*' on the command line. | ||||
| * | fix tcmalloc in no false sharing allocator bundle | Florian Fischer | 2020-04-15 | 1 | -1/+1 |
| | | |||||
| * | bump speedymalloc | Florian Fischer | 2020-04-12 | 1 | -2/+2 |
| | | |||||
| * | bump mimalloc to 1.6.0 | Florian Fischer | 2020-04-11 | 1 | -1/+1 |
| | | |||||
| * | add micro benchmark measureing malloc using rdtsc | Florian Fischer | 2020-04-08 | 3 | -0/+204 |
| | | |||||
| * | don't output the error if a datapoint is not convertable to float | Florian Fischer | 2020-04-08 | 1 | -1/+0 |
| | | |||||
| * | fix figure_option handling in plot() | Florian Fischer | 2020-04-07 | 1 | -18/+17 |
| | | |||||
| * | fix keydb and loop summaries | Florian Fischer | 2020-04-07 | 2 | -12/+16 |
| | | |||||
| * | seperate export_facts into print_facts and print_common_facts | Florian Fischer | 2020-04-07 | 1 | -11/+20 |
| | | |||||
| * | fix syntax after plot changes | Florian Fischer | 2020-04-07 | 4 | -5/+4 |
| | | |||||
| * | unify plotting code | Florian Fischer | 2020-04-07 | 17 | -409/+567 |
| | | | | | | Now there is only a single plot function which takes a plot type as well as some plot and figure options. | ||||
| * | improve chattyparser | Florian Fischer | 2020-04-07 | 1 | -36/+43 |
| | | | | | | Don't parse multiple times for top 5 profile. Fix status messages for small traces | ||||
| * | fix larson delete not matching new[] | Florian Fischer | 2020-04-03 | 1 | -5/+5 |
| | | | | | | Thanks to Matthew Parkinson see: https://github.com/daanx/mimalloc-bench/pull/14 | ||||
| * | join only strings | Florian Fischer | 2020-03-11 | 1 | -2/+2 |
| | | |||||
| * | bump speedymalloc version and add new flavor with bigger size classes | Florian Fischer | 2020-03-10 | 2 | -1/+9 |
| | | |||||
| * | fix sm.speedymalloc_70d9d160 name | Florian Fischer | 2020-03-10 | 1 | -1/+1 |
| | | |||||
| * | bump speedymalloc version and fix flavors names | Florian Fischer | 2020-03-10 | 2 | -13/+18 |
| | | |||||
| * | add tcmalloc_gperftools to tcmallocs | Florian Fischer | 2020-03-10 | 1 | -2/+3 |
| | | |||||
| * | make sure we join only strings | Florian Fischer | 2020-03-10 | 1 | -1/+1 |
| | | |||||
| * | don't use perm in keydb plot titles | Florian Fischer | 2020-03-10 | 1 | -2/+2 |
| | | |||||
| * | fix _save_figure calls | Florian Fischer | 2020-03-10 | 1 | -3/+3 |
| | | |||||
| * | create plots using their file name as identifier | Florian Fischer | 2020-03-09 | 1 | -13/+15 |
| | | |||||
| * | fix use of pyplot.close | Florian Fischer | 2020-03-09 | 1 | -3/+3 |
| | | |||||
| * | use str.join to construct perm substitution | Florian Fischer | 2020-03-09 | 1 | -1/+1 |
| | | |||||
| * | improve artifact code | Florian Fischer | 2020-03-09 | 1 | -12/+12 |
| | | | | | | don't override format don't override Artifact.provide with lesser parameters | ||||
| * | fmt all src/allocators using yapf | Florian Fischer | 2020-03-09 | 25 | -137/+165 |
| | | |||||
| * | use gperftools in nofs allocator collection and fix tcmalloc indentation | Florian Fischer | 2020-03-09 | 2 | -14/+15 |
| | | |||||
| * | fmt plots.py using yapf | Florian Fischer | 2020-03-09 | 1 | -47/+158 |
| | | |||||
| * | use f-string template in latex table generation code | Florian Fischer | 2020-03-09 | 1 | -20/+19 |
| | | |||||
| * | improve matplotlib code | Florian Fischer | 2020-03-09 | 17 | -114/+97 |
| | | | | | | | add new helper functions to get all y_values for a plot use seperate figures for each plot s/filepostfix/file_postfix/ to be consistent | ||||
| * | update git checkouts | Florian Fischer | 2020-03-06 | 1 | -0/+10 |
| | | |||||
| * | bump speedymalloc version | Florian Fischer | 2020-03-06 | 1 | -1/+5 |
| | | |||||
| * | don't raise Exeption again just pass it | Florian Fischer | 2020-02-27 | 1 | -2/+2 |
| | | |||||
| * | remove unused code and compiler flags from t-test1 | Florian Fischer | 2020-02-27 | 3 | -199/+3 |
| | | |||||
