From 38693c342558628c75e0ab0d23c32a95a499ed8b Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Fri, 19 Jan 2024 15:58:04 -0500 Subject: Initial rough-out of internal statistics tracker Need to figure out the best way to do the detailed tracking in a concurrent manner. I was thinking just an event log, with parsing routines for extracting statistics. But that'll be pretty slow. --- benchmarks/reconstruction_interference.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'benchmarks/reconstruction_interference.cpp') 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; -- cgit v1.2.3