Re: Time::HiRes output

2017-05-27 Thread SSC_perl
> On May 24, 2017, at 7:17 PM, Chas. Owens wrote: > > Take a look at Devel::NYTProf... Thanks, Chas. I had made a mental note a while back to look into Devel::NYTProf, but it had slipped my mind, so your response was perfectly timed. Just within the first hour of using it,

Re: Time::HiRes output

2017-05-24 Thread lee
> > https://www.perl.org/about/whitepapers/perl-profiling.html > > On Wed, May 24, 2017, 22:12 SSC_perl wrote: > >> I’m timing sub routines to get an idea of where my scripts spend >> the most of their time. This is an example of what I’m doing: >

Re: Time::HiRes output

2017-05-24 Thread Chas. Owens
-profiling.html On Wed, May 24, 2017, 22:12 SSC_perl wrote: > I’m timing sub routines to get an idea of where my scripts spend > the most of their time. This is an example of what I’m doing: > > use Time::HiRes qw( clock ); > my $clock0 = clock(); > ... # Do something. > my $c

Time::HiRes output

2017-05-24 Thread SSC_perl
I’m timing sub routines to get an idea of where my scripts spend the most of their time. This is an example of what I’m doing: use Time::HiRes qw( clock ); my $clock0 = clock(); ... # Do something. my $clock1 = clock(); my $clockd = $clock1 - $clock0; I’m getting values like

Time::HiRes

2002-09-04 Thread Angerstein
Has anyone used it? How exact is it? Any experience? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Time::HiRes module compiling on Win2000

2001-08-01 Thread Aziz Shallwani
Hi, I am running ActiveState Perl v.5.6.1 build 626 on Win2000. I have downloaded the Time::HiRes module v.1.20 from CPAN and I am having trouble compiling it. I downloaded nmake... and I have tried to run: perl Makefile.PL nmake nmake test nmake install The nmake command fails with fatal