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.