Help for this page

Select Code to Download


  1. or download this
       my $memdump = MemoryDump->new();
    
       anyFunction();
    
       print $memdump->diff(MemoryDump->new();
    
  2. or download this
    
    my @a = ();
    
    $#a = 1e6;
    
  3. or download this
    
    my @a = ();
    ...
        print "$mem : $_[0]\n";
    };