ukndoit has asked for the wisdom of the Perl Monks concerning the following question:
my $beginning_time = time(); # Then run all my commands and stuff... my $ending_time = time();
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Timing a process
by BrowserUk (Patriarch) on Jan 31, 2004 at 09:44 UTC | |
Re: Timing a process
by powerhouse (Friar) on Jan 31, 2004 at 06:04 UTC | |
Re: Timing a process
by CountZero (Bishop) on Jan 31, 2004 at 08:34 UTC | |
Re: Timing a process
by crabbdean (Pilgrim) on Jan 31, 2004 at 06:18 UTC | |
Re: Timing a process
by stvn (Monsignor) on Jan 31, 2004 at 14:20 UTC | |
Re: Timing a process (simple maths)
by grinder (Bishop) on Jan 31, 2004 at 13:57 UTC | |
Re: Timing a process
by rcaputo (Chaplain) on Jan 31, 2004 at 19:45 UTC |