mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-21 06:39:01 +08:00
Create a smaller chart by collapsing fields
This commit is contained in:
parent
80cf90c427
commit
aff0a95333
3 changed files with 54 additions and 22 deletions
|
@ -119,12 +119,9 @@ class Command {
|
|||
$fields = array(
|
||||
'scope',
|
||||
'execution_time',
|
||||
'query_count',
|
||||
'query_time',
|
||||
'hook_count',
|
||||
'hook_time',
|
||||
'request_count',
|
||||
'request_time',
|
||||
'queries',
|
||||
'hooks',
|
||||
'requests',
|
||||
);
|
||||
$data = $this->scope_log;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue