aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fix benchmark countingFlorian Fischer2018-09-081-1/+1
|
* also output sizes of calloc and reallocFlorian Fischer2018-09-061-7/+52
|
* fix time in mysqlFlorian Fischer2018-09-061-1/+1
|
* remove useless formatFlorian Fischer2018-09-061-1/+1
|
* add dj's workloadsFlorian Fischer2018-09-064-3/+918
|
* fix loadFlorian Fischer2018-09-061-1/+1
|
* add hist files to gitignoreFlorian Fischer2018-09-011-0/+1
|
* improve saving/loading add asci plot of histsFlorian Fischer2018-09-012-13/+46
|
* change benchmark.py for mysql and remove run from mysql.pyFlorian Fischer2018-08-314-595/+180
| | | | | also simplify chattymalloc because memusage fails for mysqld and fix glibc-no-tc
* delete chattyparserFlorian Fischer2018-08-311-88/+0
|
* remove klmalloc and analyse_targetsFlorian Fischer2018-08-311-12/+1
|
* remove debug printFlorian Fischer2018-08-311-1/+0
|
* put common run logic into benchmark.pyFlorian Fischer2018-08-313-279/+278
|
* don't overwrite status just append to itFlorian Fischer2018-08-311-1/+1
|
* re add re to mysqlFlorian Fischer2018-08-291-0/+1
|
* add parser for chattmallocs output fileFlorian Fischer2018-08-281-0/+88
|
* add new potent chattymalloc and fix and improve mysql histogramsFlorian Fischer2018-08-282-60/+484
|
* add glibc without tc and cleanup MakefileFlorian Fischer2018-08-282-35/+61
|
* add cache-miss graphesFlorian Fischer2018-08-281-26/+36
|
* only prepare or cleanup if we have toFlorian Fischer2018-08-281-5/+6
|
* use new memusage gathering in loopFlorian Fischer2018-08-243-40/+18
|
* add status to gitignoreFlorian Fischer2018-08-241-0/+1
|
* intruduce new way of handling analyse and cleanup mysqlFlorian Fischer2018-08-245-123/+205
| | | | chattymalloc writes now to chattymalloc.data
* add histogram results to the results dict and fix summaryFlorian Fischer2018-08-221-11/+12
|
* pass summary directory to benchmarksFlorian Fischer2018-08-211-1/+1
|
* only analyse alloc sizes for mysqlFlorian Fischer2018-08-201-1/+1
|
* fix chattymalloc target for new target layoutFlorian Fischer2018-08-201-1/+5
|
* update usage in readmeFlorian Fischer2018-08-201-1/+6
|
* improve mysql memory statsFlorian Fischer2018-08-201-44/+43
|
* add memusage to loop benchmarkFlorian Fischer2018-08-202-63/+111
|
* add summary directory optionFlorian Fischer2018-08-203-5/+14
|
* remove conprod benchmark because it doesn't measure malloc performanceFlorian Fischer2018-08-193-325/+0
|
* add rssmax to mysql memory statistic and remove useless save code in runFlorian Fischer2018-08-191-5/+10
|
* make targets into directories and add a color attributeFlorian Fischer2018-08-184-19/+44
|
* fix mysqlFlorian Fischer2018-08-131-1/+1
|
* only print histogramFlorian Fischer2018-08-131-8/+11
|
* add plot output to mysql analyseFlorian Fischer2018-08-131-8/+13
|
* don't save memusage of chattymallocFlorian Fischer2018-08-131-1/+2
|
* fix parsing of chattymallocs outputFlorian Fischer2018-08-131-1/+6
|
* add basic analyse to mysqlFlorian Fischer2018-08-133-30/+61
|
* prefix chattymalloc's outputFlorian Fischer2018-08-131-1/+1
|
* add chattymalloc to analyse allcations of benchmarkFlorian Fischer2018-08-132-1/+124
|
* add data and log files to gitignoreFlorian Fischer2018-08-131-0/+2
|
* only print malloc_info if explicitly specifiedFlorian Fischer2018-08-131-5/+9
|
* pass verbose to runFlorian Fischer2018-08-111-1/+1
|
* make loop and falsesharing work with different perf outputsFlorian Fischer2018-08-072-4/+13
|
* fix mysql memory stats collecting again :(Florian Fischer2018-08-061-1/+1
|
* fix mysql memory stats collectingFlorian Fischer2018-08-061-1/+1
|
* fix nosum optionFlorian Fischer2018-08-061-1/+1
|
* add nosummary optionFlorian Fischer2018-07-251-2/+4
|