Hi a b, a b <testa...@gmail.com> wrote:
> Hi all, > > i need to track down how much time each function is taking and anlyze if > threads can help > > do we have any such function?? > **You can use ** use Benchmark qw(:all) **. >From your CLI you can do: perldoc benchmark, or if you not like reading from the command Line Interface, you can do: perldoc -oHTML -dbenchmark.html benchmark, then you have your perldoc benchmark in html format then read how to use it -- Tim