aboutsummaryrefslogtreecommitdiff
path: root/larson.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2018-09-14 18:01:55 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2018-09-14 18:01:55 +0200
commit92f9e30dc210f45880b61d5c6472e631166fa883 (patch)
tree3df362848cdaccd81cf20f6ccad07b7f2739da77 /larson.py
parente6ccf23edfd14767a45d618ceb58c5b40429ecf6 (diff)
downloadallocbench-92f9e30dc210f45880b61d5c6472e631166fa883.tar.gz
allocbench-92f9e30dc210f45880b61d5c6472e631166fa883.zip
add usefull chattymalloc support and --nolibmemusage flag
improve bench.py improve process_stdout hook -> process_output rename perf_cmd -> measure_cmd
Diffstat (limited to 'larson.py')
-rw-r--r--larson.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/larson.py b/larson.py
index c801715..d7d1033 100644
--- a/larson.py
+++ b/larson.py
@@ -26,7 +26,7 @@ class Benchmark_Larson( Benchmark ):
self.requirements = ["build/larson"]
super().__init__()
- def process_stdout(self, result, stdout, verbose):
+ def process_output(self, result, stdout, stderr, target, perm, verbose):
for l in stdout.splitlines():
res = throughput_re.match(l)
if res: