aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* simplify cached sizeclassesFlorian Fischer2019-09-091-47/+44
|
* add first speedymalloc draftFlorian Fischer2019-09-053-1/+291
| | | | speedymalloc is a thread-local cached bump pointer allocator
* fix src.util.prefix_cmd_with_abspath for commands without argumentsFlorian Fischer2019-09-041-2/+7
|
* add "time" suffix to realloc time plotFlorian Fischer2019-09-041-1/+2
|
* fix barplot for benchmarks with empty args dictFlorian Fischer2019-09-041-3/+9
|
* rework Benchmark.terminate_subprocess to use Popen.communicateFlorian Fischer2019-09-041-10/+12
| | | | code is inspired by the example in the python3 subprocess documentation
* add reset command to supermalloc definitionFlorian Fischer2019-09-041-1/+2
|
* try to get version of benchmark requirementsFlorian Fischer2019-08-302-1/+15
|
* add --version flag to executablesFlorian Fischer2019-08-301-0/+23
|
* improve benchmark code qualityFlorian Fischer2019-08-292-12/+18
|
* move urlretrieve report hook to util.py and use archive in dj_traceFlorian Fischer2019-08-293-60/+33
|
* require a name in Benchmark.__init__Florian Fischer2019-08-2912-41/+39
|
* add license header and module docstring removing not valid variable docstringsFlorian Fischer2019-08-291-11/+33
|
* add license header top 10 sizes in histogram and docstringsFlorian Fischer2019-08-291-6/+35
|
* add license header and improve code qualityFlorian Fischer2019-08-291-7/+28
|
* add license header and docstringsFlorian Fischer2019-08-291-1/+31
|
* make all default allocator targetFlorian Fischer2019-08-281-25/+24
|
* readd missing numpy import for mysql summaryFlorian Fischer2019-08-281-0/+2
|
* remove debug output from src/allocator.py and add TODOsFlorian Fischer2019-08-281-2/+0
|
* revert accidentally added changesFlorian Fischer2019-08-281-2/+2
|
* improve src/allocator.py code quality and remove obsolete patch_alloc functionFlorian Fischer2019-08-281-68/+94
|
* add allocsrcdir and allocbuild dir to globalvarsFlorian Fischer2019-08-281-0/+6
|
* exclude aligned_alloc from SuperMalloc buildFlorian Fischer2019-08-282-0/+14
|
* improve code quality and add license headers to allocator definitionsFlorian Fischer2019-08-2821-113/+499
|
* add license header comments to benchmark definitionsFlorian Fischer2019-08-2812-0/+206
|
* fix IDEAL_RSS_RE regexFlorian Fischer2019-08-271-1/+1
|
* improve chattymalloc code with pylintFlorian Fischer2019-08-271-46/+54
|
* remove verbosity argument from hooksFlorian Fischer2019-08-276-15/+14
|
* improve benchmark code quality using pylintFlorian Fischer2019-08-2712-160/+190
| | | | The description Benchmark member is replaced with class docstrings
* remove yerr from plot_* functionsFlorian Fischer2019-08-273-6/+3
|
* add srcdir to globalvarsFlorian Fischer2019-08-271-5/+7
|
* move code to collect allocators to src/allocator.pyFlorian Fischer2019-08-271-0/+59
| | | | | The default allocator file at build/allocators/allocators.py is supported again
* add infos about allocbench to src/__init__.pyFlorian Fischer2019-08-271-0/+25
|
* add license info to merge.pyFlorian Fischer2019-08-271-0/+6
|
* set Benchmark.result_dir in Benchmark.__init__Florian Fischer2019-08-261-0/+6
|
* add starttime and allocbench commit id to collected factsFlorian Fischer2019-08-261-0/+11
|
* remove -vdebug flagFlorian Fischer2019-08-261-1/+1
|
* add error bars to barplot_single_argFlorian Fischer2019-08-267-8/+22
|
* add test name to runtime plotFlorian Fischer2019-08-261-1/+1
|
* fix VmHWM summaryFlorian Fischer2019-08-261-2/+2
|
* plot VmHWMFlorian Fischer2019-08-251-2/+9
|
* don't permanently store substitutionsFlorian Fischer2019-08-251-10/+12
| | | | | this fixes that multiple calls to Allocator.build() lose their {{fmt}} formatting strings.
* integrate cmake projects into the root MakefileFlorian Fischer2019-08-252-20/+0
|
* delete lld-test archive after successful extractionFlorian Fischer2019-08-241-0/+5
|
* add espresso benchmarkFlorian Fischer2019-08-2458-0/+18195
|
* add cfrac benchmarkFlorian Fischer2019-08-2444-0/+5192
|
* dynamically collect tests from archiveFlorian Fischer2019-08-241-0/+2
|
* only call shutdown_servers if there are serversFlorian Fischer2019-08-241-1/+2
|
* run malt quiet during analyzingFlorian Fischer2019-08-221-1/+1
|
* add snmalloc to all allocatorsFlorian Fischer2019-08-221-1/+2
|