in reply to Re: Clocking Portion of Your Perl Code
in thread Clocking Portion of Your Perl Code
In Benchmark module, I also mean that with 'timethese' etc method. I do have to _separate out_ the code that I want to measure the time. This is inconvenient. Is it possible to time those part without altering the overall structure of my code?
Devel::Profiler only time the code as a whole not portion of it.