From aa15300f8302bf713d752a775f32060b59b8746f Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Wed, 30 Apr 2025 13:06:56 -0400 Subject: Stats tweaks and KNN benchmark --- include/framework/scheduling/SerialScheduler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/framework/scheduling/SerialScheduler.h') diff --git a/include/framework/scheduling/SerialScheduler.h b/include/framework/scheduling/SerialScheduler.h index 7cd9cfc..b6ebe53 100644 --- a/include/framework/scheduling/SerialScheduler.h +++ b/include/framework/scheduling/SerialScheduler.h @@ -40,6 +40,7 @@ public: void shutdown() { /* intentionally left blank */ } void print_statistics() { m_stats.print_statistics(); } + void print_query_time_data() { m_stats.print_query_time_data(); } private: [[maybe_unused]] size_t m_memory_budget; -- cgit v1.2.3