Commit graph

19 commits

Author SHA1 Message Date
Alain Schlesser
3dc04e4e8a Fix PHP 7.2 incompatibility 2018-09-25 19:02:51 +02:00
Wojciech Smoliński
a9409ceef1 phpcs 2018-08-10 19:18:48 +02:00
Daniel Bachhuber
178e0454b6 Use --all to profile callbacks on all hooks 2016-10-08 16:18:48 -07:00
Daniel Bachhuber
b352251d80 Include callback definition source when profiling hooks 2016-10-07 14:20:08 -07:00
Daniel Bachhuber
b31f5c39fa Ensure the last step to a stage is logged appropriately 2016-09-08 17:42:58 -07:00
Daniel Bachhuber
ce22a986dc Don't render a cache ratio when there were no hits or misses 2016-08-26 14:58:14 -07:00
Daniel Bachhuber
cc26b83877 Break apart logger headers 2016-08-26 13:19:09 -07:00
Daniel Bachhuber
8397304974 Collapse the execution_time heading 2016-08-26 13:00:32 -07:00
Daniel Bachhuber
db48754306 Merge pull request #30 from runcommand/fix-cache-hit-miss
Fix cache hit / miss ratio
2016-08-26 09:34:04 -07:00
Daniel Bachhuber
59b24ff04e Merge pull request #29 from runcommand/hook-count
Count all hook calls, regardless of whether we're in a current hook
2016-08-26 09:21:48 -07:00
Daniel Bachhuber
ddc5dd0faf Fix cache hit / miss ratio 2016-08-26 09:20:40 -07:00
Daniel Bachhuber
996b5dc685 Count all hook calls, regardless of whether we're in a current hook 2016-08-26 09:06:49 -07:00
Daniel Bachhuber
257c7a40ef Percentages for the cache ratio 2016-08-26 09:04:20 -07:00
Daniel Bachhuber
b5bac6b2fe Capture cache hit / miss ratio 2016-08-26 09:00:11 -07:00
Daniel Bachhuber
aff0a95333 Create a smaller chart by collapsing fields 2016-08-26 08:46:22 -07:00
Daniel Bachhuber
c1319d704b Log request count and time 2016-08-26 08:26:42 -07:00
Daniel Bachhuber
81501f5cb0 Fix calculated hook time
The timer shouldn't be started and stopped as we go deeper into hooks
2016-08-26 08:08:51 -07:00
Daniel Bachhuber
664512ac8b Increment hook counter when timer starts 2016-08-26 07:43:04 -07:00
Daniel Bachhuber
4365551db2 Introduce a new Logger class for more sane logging 2016-08-26 07:42:05 -07:00