aboutsummaryrefslogtreecommitdiff
path: root/src/run.c
Commit message (Collapse)AuthorAgeFilesLines
* implement alternative way to get memusage using wait4wait4_rusageFlorian Fischer2019-08-151-0/+85
run now forks the benchmark command instead of simply calling exec. Ressource usage of the benchmark is retrieved with a call to wait4. But the reported value ru_maxrss differs from values in /proc/<pid>/status.