http://www.perlmonks.org?node_id=694910

patspam has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks, I'm having trouble profiling code using DProf and dprofpp when Class::InsideOut is involved. From what I can gather it's due to the magic goto & on line 666 of InsideOut.pm that garbles the output. Does anyone know a way around this? I can run dprofpp with the "-F" option but I end up with negative time values. example.pl
use Class::InsideOut;
And then run:
perl -d:DProf example.pl && dprofpp tmon.out
Generates:
Exporter::import Garbled profile, unexpected exit time stamp at __path_to_dprofpp__ lin +e 666, <fh> line 385.
Cheers, Patrick