Increment hook counter when timer starts

This commit is contained in:
Daniel Bachhuber 2016-08-26 07:43:04 -07:00
parent 0a80dec7da
commit db8021de21
2 changed files with 1 additions and 1 deletions

View file

@ -59,6 +59,7 @@ class Logger {
* Start this logger's hook timer
*/
public function start_hook_timer() {
$this->hook_count++;
$this->hook_start_time = microtime( true );
}