xdebug profiler output strange results
Posted
by nic28
on Stack Overflow
See other posts from Stack Overflow
or by nic28
Published on 2010-06-08T18:58:43Z
Indexed on
2010/06/08
19:02 UTC
Read the original article
Hit count: 163
I'm using xdebug to profile some PHP code on Windows and using WinCacheGrind/Webgrind to analyse the output, but I'm getting some strange results. Specifically, the total cumulative time for a single method is greater than 100%! How is it possible that more time is spent executing this function's code and all the functions that it calls than the total time it took to execute the whole script? What am I missing here?
© Stack Overflow or respective owner