mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-20 06:28:26 +08:00
Merge pull request #159 from csrui/patch-1
Fix using --format other than table
This commit is contained in:
commit
db665e8cd0
1 changed files with 11 additions and 10 deletions
|
@ -14,6 +14,7 @@ class Logger {
|
||||||
public $hook_time = 0;
|
public $hook_time = 0;
|
||||||
public $request_count = 0;
|
public $request_count = 0;
|
||||||
public $request_time = 0;
|
public $request_time = 0;
|
||||||
|
public $callback_count = 0;
|
||||||
|
|
||||||
private $start_time = null;
|
private $start_time = null;
|
||||||
private $query_offset = null;
|
private $query_offset = null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue