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:
authormattab <matthieu.aubry@gmail.com>2013-09-14 03:49:42 +0400
committermattab <matthieu.aubry@gmail.com>2013-09-14 03:49:42 +0400
commit6ea0fe5c49de11a0693e0f588ae06484cf3f6503 (patch)
tree88d27410c6cf0a8e95cf64c6b8774348638412ae /core/Tracker/Db.php
parent7589d301b04fba494557ca8dae1a12bd3476363a (diff)
Refactoring Profiler features out of Piwik class
Diffstat (limited to 'core/Tracker/Db.php')
-rw-r--r--core/Tracker/Db.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Tracker/Db.php b/core/Tracker/Db.php
index bfb92f34b5..6ba7737005 100644
--- a/core/Tracker/Db.php
+++ b/core/Tracker/Db.php
@@ -36,7 +36,7 @@ abstract class Db
* Enables the SQL profiling.
* For each query, saves in the DB the time spent on this query.
* Very useful to see the slow query under heavy load.
- * You can then use Piwik::printSqlProfilingReportTracker();
+ * You can then use Piwik::displayDbTrackerProfile();
* to display the SQLProfiling report and see which queries take time, etc.
*/
public static function enableProfiling()