aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add flow glibcglibc-cacheline-exclusiveFlorian Fischer2020-02-181-2/+9
* don't use gettid glibc wrapperFlorian Fischer2020-02-121-1/+2
* add license header to benchmark.pyFlorian Fischer2020-02-111-0/+18
* implement analysis of specific allocator and benchmark combinationsFlorian Fischer2020-02-092-1/+109
* wait for server termination after executing the shutdown commandsFlorian Fischer2020-02-091-1/+4
* unify the use of LD_PRELOAD between server and non-server commandsFlorian Fischer2020-02-091-42/+47
* fix order of LD_PRELOADFlorian Fischer2020-02-091-5/+6
* print debug message with exception traceback during server startupFlorian Fischer2020-02-091-1/+2
* add benchmark directory to PATH during runFlorian Fischer2020-02-091-0/+3
* only create txt trace file if we export to txtFlorian Fischer2020-02-091-1/+6
* search for alloc_foo in src/allocators/alloc.pyFlorian Fischer2020-01-301-2/+2
* fix missing output messagesFlorian Fischer2020-01-241-2/+3
* Merge branch 'binary_chattymalloc'Florian Fischer2020-01-244-233/+472
|\
| * improve usability of chattyparserbinary_chattymallocFlorian Fischer2020-01-241-20/+52
| * use memory mapped file instead of write to store the traceFlorian Fischer2020-01-241-21/+106
| * also mark if one tid holds two parts of cachelineFlorian Fischer2020-01-231-2/+7
| * fix compilation of chattymallocFlorian Fischer2020-01-221-1/+1
| * improve chattymalloc and chattyparserFlorian Fischer2020-01-174-217/+334
* | loop: use debug compiler flags per defaultFlorian Fischer2020-01-231-3/+3
|/
* Revert "add tid to chattymalloc log"Florian Fischer2020-01-162-13/+9
* add tid to chattymalloc logFlorian Fischer2020-01-082-9/+13
* fmt chattyparser using yapfFlorian Fischer2019-12-281-26/+68
* use class members like normal peopleFlorian Fischer2019-12-282-24/+18
* use file=None to print to stdout this fixes print_* for xonshFlorian Fischer2019-12-181-7/+7
* remove useless whitespaceFlorian Fischer2019-12-181-2/+0
* fix allocator.pyFlorian Fischer2019-12-181-14/+14
* fmt allocator.py with yapfFlorian Fischer2019-12-141-18/+30
* refactor allocator.pyFlorian Fischer2019-12-141-47/+44
* change default output_verbosity of run_cmd to twoFlorian Fischer2019-12-142-3/+3
* use sys.exit instead of exit and other small code improvementsFlorian Fischer2019-12-142-5/+4
* fix facter bugs found by pylintFlorian Fischer2019-12-141-9/+9
* fix and improve mysql prepareFlorian Fischer2019-12-141-12/+20
* fix GitArtifact.provideFlorian Fischer2019-12-141-5/+7
* add subprocess.run shell parameter to run_cmdFlorian Fischer2019-12-141-5/+7
* move allocbench_version to facter and make the facts a global variable of fac...Florian Fischer2019-12-144-45/+30
* use run_cmd in util.pyFlorian Fischer2019-12-131-3/+2
* use new run_cmd wrapper in artifact.pyFlorian Fischer2019-12-131-27/+5
* introduce verbosity aware subprocess.run wrapper and use it in benchmarksFlorian Fischer2019-12-134-46/+52
* remove unused importsFlorian Fischer2019-12-131-2/+0
* always output if we retrieve aqn artifactFlorian Fischer2019-12-131-2/+2
* collect vmhwm for servers and use it for mysql, httpd and redisFlorian Fischer2019-12-114-45/+43
* format artifact.py using yapfFlorian Fischer2019-12-111-19/+39
* fmt benchmark definitions with yapfFlorian Fischer2019-12-1113-193/+258
* format the __init__ files, facter and util using yapfFlorian Fischer2019-12-114-15/+24
* change german plot label to englishFlorian Fischer2019-12-041-6/+6
* retrieve maxrss by using time as measure cmdFlorian Fischer2019-12-041-8/+16
* add option to parse measure cmd stdout as csvFlorian Fischer2019-12-041-1/+2
* calculate speedup and use it for multiple summariesFlorian Fischer2019-11-281-23/+23
* support tikz plot using tikzplotlibFlorian Fischer2019-11-281-4/+19
* fix scale factor > 0 for systems with more than 10 cpusFlorian Fischer2019-11-281-2/+2