dprofpp Garbled profile error

dprofpp Garbled profile error

am 29.11.2007 12:28:48 von avilella

Hi all,

When I execute:

perl -MDevel::Profiler myscript.pl
dprofpp tmon.out

I get:

Garbled profile, missing an enter time stamp at /usr/bin/dprofpp line
816, line 28624.

I googled for it, but couldn't find any info about this error.

Anyone?

Re: dprofpp Garbled profile error

am 29.11.2007 13:50:51 von Ben Morrow

Quoth "avilella@gmail.com" :
> Hi all,
>
> When I execute:
>
> perl -MDevel::Profiler myscript.pl
> dprofpp tmon.out
>
> I get:
>
> Garbled profile, missing an enter time stamp at /usr/bin/dprofpp line
> 816, line 28624.
>
> I googled for it, but couldn't find any info about this error.

You didn't check rt.cpan.org: find the Devel-Profiler distribution on
search.cpan.org, and click on the View/Report bugs link. There was a bug
filed three years ago that suggests D::P doesn't like XS modules. Are
you using any?

Ben