drufony/debugbar-module
Composer 安装命令:
composer require drufony/debugbar-module
包简介
Debugbar integration for Drupal 7
README 文档
README
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;
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2014-12-28