drupal-module debugbar-module
Debugbar integration for Drupal 7
drufony/debugbar-module
Debugbar integration for Drupal 7
- Tuesday, December 30, 2014
- by bangpound
- Repository
- 1 Watchers
- 0 Stars
- 5 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
debugbar-module
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 75a1a5d..1cc9d99 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -503,6 +503,7 @@ function timer_stop($name) {
if (isset($timers[$name]['start'])) {
$stop = microtime(TRUE);
+ $timers[$name]['measures'][] = array($name, $timers[$name]['start'], $stop);
$diff = round(($stop - $timers[$name]['start']) * 1000, 2);
if (isset($timers[$name]['time'])) {
$timers[$name]['time'] += $diff;
dev-master
9999999-dev
Debugbar integration for Drupal 7
Sources
Download
GPL-2.0+
The Requires