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

Configurable aggregation: by function only, by function+file, etc #5

Open
GoogleCodeExporter opened this issue Aug 3, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Currently xdebug aggregator can only aggregate by FileName and FunctionName
at the same time.

It should be configurable instead because if we have a few instances of
similar code executed in different code bases, we may still want merge same
functions disregarding they are in different files.

Original issue reported on code.google.com by Alexey.K...@gmail.com on 12 May 2009 at 6:57

@GoogleCodeExporter
Copy link
Author

Also should consider taking position into account. It can be useful as a more 
verbose
mode for functions like:
{{{
function a() {
  b('a');
  for ($i = 0; $i <= 1000; $i++) {
    b('b');
  }
  b('c');
}

Original comment by Alexey.K...@gmail.com on 23 May 2009 at 3:07

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