Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: Problems with Devel::DProf

by HuckinFappy (Pilgrim)
on Jun 26, 2006 at 19:53 UTC ( [id://557646]=note: print w/replies, xml ) Need Help??


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

Thank you for the ideas. And you're correct, I need to provide more information:
  • perl 5.8.5
  • Devel::DProf::VERSION 20030813.00
  • Red Hat machines, with kernels from 2.4.21-2.6.16
  • Writing either to local ext3 filesystems or over NFS mounts
I can't seem to make the file usable...removing the bad data leads to other messages about 'garbled data', and further efforts just make things worse.

Replies are listed 'Best First'.
Re^3: Problems with Devel::DProf
by convenientstore (Pilgrim) on Feb 19, 2008 at 17:37 UTC
    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://557646]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-09-15 13:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    The PerlMonks site front end has:





    Results (21 votes). Check out past polls.

    Notices?
    erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.