summaryrefslogtreecommitdiffstats
path: root/include/framework/scheduling/SerialScheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/framework/scheduling/SerialScheduler.h')
-rw-r--r--include/framework/scheduling/SerialScheduler.h1
1 files changed, 1 insertions, 0 deletions
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;