Create a smaller chart by collapsing fields

This commit is contained in:
Daniel Bachhuber 2016-08-26 08:46:22 -07:00
parent 80cf90c427
commit aff0a95333
3 changed files with 54 additions and 22 deletions

View file

@ -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;
}