diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-08-19 18:23:40 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-08-22 16:07:58 +0200 |
| commit | 196fa608205bdbd4016200e47a55e9fb000f2b11 (patch) | |
| tree | 331ac7235f87e9b4ee1900613f5d302a0b9fd5be /src/benchmarks | |
| parent | 3358e8204627bfba994abe989ea4119fe033fca9 (diff) | |
| download | allocbench-196fa608205bdbd4016200e47a55e9fb000f2b11.tar.gz allocbench-196fa608205bdbd4016200e47a55e9fb000f2b11.zip | |
readd chattymalloc
Diffstat (limited to 'src/benchmarks')
| -rw-r--r-- | src/benchmarks/lld.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/benchmarks/lld.py b/src/benchmarks/lld.py index 1a7b69e..5c525d5 100644 --- a/src/benchmarks/lld.py +++ b/src/benchmarks/lld.py @@ -68,7 +68,6 @@ class BenchmarkLld(Benchmark): args = self.results["args"] allocators = self.results["allocators"] - for perm in self.iterate_args(args=args): for i, allocator in enumerate(allocators): @@ -81,8 +80,6 @@ class BenchmarkLld(Benchmark): plt.savefig(".".join([self.name, perm.test, "runtime", "png"])) plt.clf() - - # TODO: get memusage # Memusage # self.barplot_single_arg("{VmHWM}", @@ -96,4 +93,5 @@ class BenchmarkLld(Benchmark): # self.export_stats_to_dataref("VmHWM") self.export_stats_to_dataref("task-clock") + lld = BenchmarkLld() |
