summaryrefslogtreecommitdiffstats
path: root/include/framework/DynamicExtension.h
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2025-04-25 18:36:54 -0400
committerDouglas Rumbaugh <dbr4@psu.edu>2025-04-25 18:36:54 -0400
commit81d3ef3cb4a00d566978ebca511fd947f3ef9b1b (patch)
treef3ca946790e2fa6a94359c0053845ae4d94c2578 /include/framework/DynamicExtension.h
parent1957b2dd33b244754cd47db05f831a7627b8031e (diff)
downloaddynamic-extension-81d3ef3cb4a00d566978ebca511fd947f3ef9b1b.tar.gz
Improved statistics calculation
Diffstat (limited to 'include/framework/DynamicExtension.h')
-rw-r--r--include/framework/DynamicExtension.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/framework/DynamicExtension.h b/include/framework/DynamicExtension.h
index 0bb1524..59b784b 100644
--- a/include/framework/DynamicExtension.h
+++ b/include/framework/DynamicExtension.h
@@ -383,6 +383,8 @@ public:
*/
void print_scheduler_statistics() const { m_sched->print_statistics(); }
+ void print_scheduler_query_data() const { m_sched->print_query_time_data(); }
+
/**
* Writes a schematic view of the currently active structure to
* stdout. Each level is on its own line, and each shard is represented.