in reply to Re: How can one best measure compile time of their Perl script?
in thread How can one best measure compile time of their Perl script?
Could it have anything to do with the scheduler (not sure Linux has that by name). But perhaps the Process Scheduler will be an issue regardless, and throw differing times. No matter what the size of the script.
So, in the end. One can only count on an average. Not a precise result
--Chris
#!/usr/bin/perl -Tw use Perl::Always or die; my $perl_version = (5.12.5); print $perl_version;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How can one best measure compile time of their Perl script?
by Laurent_R (Canon) on Nov 30, 2013 at 21:50 UTC |