Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^10: Detecting memory leaks.

by Steve_BZ (Chaplain)
on May 07, 2015 at 11:16 UTC ( [id://1125995]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            
            my $count1 =  Devel::Leak::NoteSV(my $handle);
    ...
            print "Count1 = '",$count1,"'\n";
            print "Count2 = '",$count2,"'\n";
            print "Diff = '",$count2-$count1,"'\n";
    
  2. or download this
    
    new 0x9d741e8 : 
    ...
    Count1 = '594970'
    Count2 = '594974'
    Diff = '4'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-20 01:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found