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

@@ -39,6 +39,7 @@ class CLIPage implements Page
{
MetaModel::RecordQueryTrace();
}
ExecutionKPI::ReportStats();
}
public function add($sText)

View File

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

View File

@@ -491,6 +491,7 @@ class WebPage implements Page
if (class_exists('MetaModel'))
{
MetaModel::RecordQueryTrace();
ExecutionKPI::ReportStats();
}
}