I'm using kcacheGrind to visualize debug output of a symfony application which was saved by xdebug. I'm referring the "Call Graph" to see the execution graph and its times.
I have set the following options in kCacheGrind as follows.
- %Relative - on
- Relative to parent - on
- Cycle detection - off
Portion of my output is as follows.
The problem with this is it shows the time percentages more than 100 in some classes. You can see that sfFilterChain->execute() has taken 216% of the execution time. Is this possible. What is the information which is given by that.
I have enable the cycle detection also and it didn't solve the confusion.
Can someone clarify this issue regarding the percentages of execution time. Thanks in advance.