devel-nytprof
devel-nytprof copied to clipboard
Sub::Quote's modus operandi seems to cause a specific anon sub to not be tracked
trafficstars
The example for this is also in this file:
https://dl.dropboxusercontent.com/u/10190786/xs_sub_methods.zip
Specifically at line 62 in xs_sub_methods/nytprof/Sub-Defer-pm-32-line.html there is an anon sub whose lines are being tracked as executed, which however doesn't have any info on where it was called from.
A simple test case would be appreciated.
You mean convert my small code sample above into an actual test? I can try to have a look at that over the weekend, though i thought you'd be able to do that quicker with your familiarity, and the small size of the example.