in reply to
Re: Timing a Module Load
in thread
Timing a Module Load
Profiling in perl has a big overhead. You can use it to find hot spots on the code, but not to time things.
Comment on
Re^2: Timing a Module Load
In Section
Seekers of Perl Wisdom