diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2018-07-20 16:22:06 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2018-07-20 16:22:06 +0200 |
| commit | f09137d002759913660f812296d2085116917870 (patch) | |
| tree | bf56e543d7153c232dc618d4518fa612a37409e4 /bench_loop.py | |
| parent | c5cc4b275fd4c8598bbce38e083479741ec68cbd (diff) | |
| download | allocbench-f09137d002759913660f812296d2085116917870.tar.gz allocbench-f09137d002759913660f812296d2085116917870.zip | |
print output of failing LD_PRELOAD
Diffstat (limited to 'bench_loop.py')
| -rw-r--r-- | bench_loop.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bench_loop.py b/bench_loop.py index e5de2b9..ab7eec3 100644 --- a/bench_loop.py +++ b/bench_loop.py @@ -85,6 +85,7 @@ class Benchmark_Loop( Benchmark ): if "ERROR: ld.so" in output: print("\nPreloading of", t[1], "failed for", tname, ".\n Aborting Benchmark.") + print(output) return False # Handle perf output |
