ghosh123 has asked for the wisdom of the Perl Monks concerning the following question:
Hi
In my application, I have many sub routines across huge modules. How can I profile a sub routine or its statements in a module with out using any perl module like Devel::NYTProf.
I know NYTProf.pm does sub routine and statement profiling.
But due to unavailability of that in a perl version, I can not use NYTProf. I can download but still that is not a solution due to some constraints. Any other easy mechanism ?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how to profile a subroutine and its statements
by choroba (Cardinal) on Aug 13, 2013 at 12:09 UTC | |
|
Re: how to profile a subroutine and its statements
by zwon (Abbot) on Aug 13, 2013 at 16:15 UTC |