aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* make chattyparser.py an executable plotting a chattymalloc output fileFlorian Fischer2019-08-221-0/+12
|
* support chattymalloc as analyze fallback if malt is not availableFlorian Fischer2019-08-222-1/+9
| | | | | | bench.py saves the benchmark specific result directory in the object member "result_dir". This member is used by the analyze allocators to know where to write the trace files to.
* add benchmark members to available substitutionsFlorian Fischer2019-08-221-0/+2
|
* read output file path from CHATTYMALLOC_FILE environment variableFlorian Fischer2019-08-221-1/+5
|
* remove duplicate check if we really should run the benchmarkFlorian Fischer2019-08-221-4/+1
|
* stop saving or calculating stats of allocators without measurementsFlorian Fischer2019-08-221-3/+11
|
* remove old not used statistic fields from results dictionaryFlorian Fischer2019-08-221-2/+0
|
* return requested_size as numpy array and plot memory in KBFlorian Fischer2019-08-221-4/+5
|
* improve chattyparserFlorian Fischer2019-08-221-74/+88
| | | | | | It now understands all from chattymalloc traced functions. The parsing logic is simplified and commented. Parsed results are passed instead of re-parsed in plot functions.
* write returned from posix_memalign returned ptr to traceFlorian Fischer2019-08-221-1/+1
|