summaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/reconstruction_interference.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/reconstruction_interference.cpp b/benchmarks/reconstruction_interference.cpp
index a843c71..2fb1591 100644
--- a/benchmarks/reconstruction_interference.cpp
+++ b/benchmarks/reconstruction_interference.cpp
@@ -101,6 +101,8 @@ int main(int argc, char **argv) {
auto s = extension->create_static_structure();
fprintf(stderr, "Construction complete\n");
q_thrd.join();
+
+ extension->print_scheduler_statistics();
delete extension;
delete s;