Feature Request
| Q |
A |
| New Feature |
yes |
| BC Break |
yes. |
Proposal
The Snapshot class contains all metrics data that can be easily gathered from PHP but currently it lacks the file and the line where it is called.
-
Maybe we can use debug_backtrace to gather that information ?
What happend if the Profile is done via Reflection where should we then get that information ?
-
Should this information be used when computing the metrics ?
-
This information should be display in all the exporters.