Skip to content

Is it possible to get specific file / line number for function calls? #283

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

Open
brendandebeasi opened this issue Jan 28, 2025 · 2 comments

Comments

@brendandebeasi
Copy link

I am trying to trace down where the functions being traced are being called from, specifically which line number. Is that something that can be enabled or is that outside the scope of this particular tool's purpose?

@AlexNDRmac
Copy link
Contributor

For this purpose you can use phpspy as sampling profiler to get stacktraces with line numbers.
But, you need manually convert from text stacktrace representation to collapsed stack and than to flamegraph :)

@NoiseByNorthwest
Copy link
Owner

It is in the scope, but currently not available. This feature is a part of larger refactor I'm currently working on.

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

No branches or pull requests

3 participants