Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Provider.php')
-rw-r--r--plugins/Provider.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Provider.php b/plugins/Provider.php
index 36f1f79267..b8f681d213 100644
--- a/plugins/Provider.php
+++ b/plugins/Provider.php
@@ -68,6 +68,7 @@ class Piwik_Plugin_Provider extends Piwik_Plugin
$tableProvider = $this->ArchiveProcessing->getDataTableInterestForLabel($labelSQL);
$record = new Piwik_ArchiveProcessing_Record_Blob_Array($recordName, $tableProvider->getSerialized());
// echo $tableProvider;
+ Piwik::printMemoryUsage("End of ".get_class($this)." ");
}
/**