Enabled KPI tracing for the export page

SVN:trunk[3067]
This commit is contained in:
Romain Quetiez
2014-02-03 14:26:19 +00:00
parent c67e7e18e6
commit 868748efb3
3 changed files with 3 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ class CSVPage extends WebPage
if (class_exists('MetaModel'))
{
MetaModel::RecordQueryTrace();
ExecutionKPI::ReportStats();
}
}