aboutsummaryrefslogtreecommitdiff
path: root/loop.py
Commit message (Collapse)AuthorAgeFilesLines
* move loop.py to src/ and add cache miss plot and best matrixFlorian Fischer2019-01-151-37/+0
|
* reduce loop to a simple loop of malloc/free pairsFlorian Fischer2018-09-171-1/+1
|
* improve loop time graphsFlorian Fischer2018-09-161-3/+3
|
* cleanup loopFlorian Fischer2018-09-161-6/+0
|
* fix perf parsing and add new plot functions and use themFlorian Fischer2018-09-141-52/+11
|
* measure wall time in falsesharing and fix summary for results with different ↵Florian Fischer2018-09-081-2/+2
| | | | args
* remove debug printFlorian Fischer2018-08-311-1/+0
|
* put common run logic into benchmark.pyFlorian Fischer2018-08-311-177/+61
|
* use new memusage gathering in loopFlorian Fischer2018-08-241-4/+7
|
* add memusage to loop benchmarkFlorian Fischer2018-08-201-54/+82
|
* make targets into directories and add a color attributeFlorian Fischer2018-08-181-5/+5
|
* make loop and falsesharing work with different perf outputsFlorian Fischer2018-08-071-2/+6
|
* readd perf and read heap info only from children of perfFlorian Fischer2018-07-251-17/+23
|
* use psutil instead of calling psFlorian Fischer2018-07-241-22/+27
|
* remove conprod from benchmark list add memory footprint to mysqlFlorian Fischer2018-07-231-0/+155
also rename the benchmarks