You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often php:: calls have no semantic meaning. So it's probably wise to have
an option to merge these calls' time into their non-php callers.
Rationale is the following:
1) reduce tree
2) splitting some user function to a lot of php:: calls can divert from
semantic to technical realization that's not always good.
Example. If we have such tree:
- myFunc 10ms
- preg_replace 10ms
- substr 20x1ms
We could alter it to just:
- myFunc 40ms
Original issue reported on code.google.com by Alexey.K...@gmail.com on 3 Jan 2009 at 2:24
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
Alexey.K...@gmail.com
on 3 Jan 2009 at 2:24The text was updated successfully, but these errors were encountered: