Re: timings of perl subroutine with a program

2011-11-02 Thread timothy adigun
Hi a b, a b 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

timings of perl subroutine with a program

2011-11-02 Thread a b
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??