Hi,
Would it be possible or easy enough to make some code profiling features into Turck?
That is, some kind of summary data of the functions called and time spent in those functions.
Thanks, Ilkka
Logged In: YES user_id=278539
Did you try xdebug or other PHP debuggers? I know xdebug has a nice set of features for profiling (both performance and function calls)
Log in to post a comment.
Logged In: YES
user_id=278539
Did you try xdebug or other PHP debuggers?
I know xdebug has a nice set of features for profiling (both
performance and function calls)