timbunce / devel-nytprof

Devel::NYTProf is a powerful feature-rich source code profiler for Perl. (Mostly in maintenance mode, so PRs are much more likely to be acted upon than Issues.)
http://blog.timbunce.org/tag/nytprof/
67 stars 51 forks source link

BEGIN logging improvements #141

Open hurricup opened 4 years ago

hurricup commented 4 years ago

Atm profiler provides namespace and line number information for implicit or explicit BEGIN blocks. But same namespace may present in different files with same line numbers. This causes some troubles reading profiling results without sources. Would be nice to see something like Foo::Bar::BEGIN:/path/to/file.pl:4