diff options
Diffstat (limited to 'include/framework/DynamicExtension.h')
| -rw-r--r-- | include/framework/DynamicExtension.h | 2 |
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. |