Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge php:: calls into their non-php callers #4

Open
GoogleCodeExporter opened this issue Aug 3, 2015 · 0 comments
Open

Merge php:: calls into their non-php callers #4

GoogleCodeExporter opened this issue Aug 3, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant