diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-05-08 20:32:21 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-05-08 20:32:21 +0200 |
| commit | 4923a96b603897009a21ad8b975d4a48765bb769 (patch) | |
| tree | 40356354188de0ae90a49737d8a1aa732837bbbf /src/benchmarks/realloc.py | |
| parent | 9e27627ec1f57d23f52ce3e0c8aa232c7a58b9b3 (diff) | |
| download | allocbench-4923a96b603897009a21ad8b975d4a48765bb769.tar.gz allocbench-4923a96b603897009a21ad8b975d4a48765bb769.zip | |
add dataref exports
Diffstat (limited to 'src/benchmarks/realloc.py')
| -rw-r--r-- | src/benchmarks/realloc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/benchmarks/realloc.py b/src/benchmarks/realloc.py index e5dae1b..423bf44 100644 --- a/src/benchmarks/realloc.py +++ b/src/benchmarks/realloc.py @@ -24,6 +24,7 @@ class Benchmark_Realloc(Benchmark): title='"realloc micro benchmark"') self.export_to_csv("task-clock") + self.export_to_dataref("task-clock") realloc = Benchmark_Realloc() |
