From 81d3ef3cb4a00d566978ebca511fd947f3ef9b1b Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Fri, 25 Apr 2025 18:36:54 -0400 Subject: Improved statistics calculation --- include/framework/DynamicExtension.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/framework/DynamicExtension.h') 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. -- cgit v1.2.3