Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^3: Problems with Devel::DProf

by convenientstore (Pilgrim)
on Feb 19, 2008 at 17:37 UTC ( [id://668852]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Problems with Devel::DProf
in thread Problems with Devel::DProf

I seem to have some issue also running this.
I do have tmout.out but get below
[root@myserver]# dprofpp $Monfile is tmon.out Exporter::Heavy::heavy_export Garbled profile, unexpected exit time stamp at /usr/bin/dprofpp line 6 +67, <fh> line 195. line where issue is below sub exitstamp { my($stack, $tstack, $t, $times, $ctimes, $name, $in, $tab, $de +ep) = @_; my( $x, $c, $z ); $x = pop( @$stack ); if( ! defined $x ){ die "Garbled profile, missing an enter time stamp"; } if( $x->[0] ne $name ){ if ($x->[0] =~ /::AUTOLOAD$/) { if ($opt_A) { $name = $x->[0]; } } elsif ( $opt_F ) { warn( "Garbled profile, faking exit timestamp:\n\t$name => + $x->[0].\n"); $name = $x->[0]; } else { foreach $z (@stack, $x) { print $z->[0],"\n"; } die "Garbled profile, unexpected exit time stamp"; } [root@myserver]# uname -a Linux myserver 2.6.18-1.2798.fc6 #1 SMP Mon Oct 16 14:54:20 EDT 2006 i +686 i686 i386 GNU/Linux [root@myserver]# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 8 model name : Pentium III (Coppermine) stepping : 3 cpu MHz : 647.233 cache size : 256 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 mtrr pge mca cmov + pat pse36 mmx fxsr sse up bogomips : 12
<UPDATE> for now I just commenented out the DIE part and program ran.. not sure if that's a solution but I get to see some results

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://668852]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-19 16:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found