Help for this page

Select Code to Download


  1. or download this
    perl -d:DProf foo.pl
    
  2. or download this
    perl -MDevel::Profiler foo.pl
    
  3. or download this
    dprofpp
    
  4. or download this
    main();
    
    ...
    
        return;
    }
    
  5. or download this
    Total Elapsed Time = 1.859881 Seconds
      User+System Time = 1.389881 Seconds
    ...
     0.00       - -0.000      1        -      -  strict::import
     0.00       - -0.000      1        -      -  warnings::BEGIN
     0.00       - -0.000      1        -      -  warnings::import
    
  6. or download this
    main();
    
    ...
    
        return;
    }
    
  7. or download this
    Total Elapsed Time = 1.809848 Seconds
      User+System Time = 1.379848 Seconds
    ...
     0.00       - -0.000      1        -      -  warnings::import
     0.00       -  1.360      1        - 1.3600  main::main
     0.00       -  0.010      2        - 0.0050  main::BEGIN
    
  8. or download this
    main();
    
    ...
    
        return;
    }
    
  9. or download this
    Total Elapsed Time = 6.809867 Seconds
      User+System Time = 1.459867 Seconds
    ...
     0.00       - -0.000      1        -      -  strict::import
     0.00       - -0.000      1        -      -  main::do_nothing
     0.00       -  1.430      1        - 1.4300  main::main
    
  10. or download this
    Total Elapsed Time = 6.799829 Seconds
             Real Time = 6.799829 Seconds
    ...
     0.00       - -0.000      1        -      -  strict::import
     0.00       - -0.000      1        -      -  warnings::import
     0.00       -  6.780      1        - 6.7800  main::main