octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #34234] two tests fail in speed.m (MinGW)


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #34234] two tests fail in speed.m (MinGW)
Date: Tue, 04 Oct 2011 22:25:35 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.187 Safari/535.1

Follow-up Comment #9, bug #34234 (project octave):

>Tatsuro, could you try the following code and see what it reports?


tic; usleep (10); toc
tic; usleep (100); toc
tic; usleep (1000); toc


I have tried three times

>> tic; usleep (10); toc
Elapsed time is 0.00100001 seconds.
>> tic; usleep (100); toc
Elapsed time is -1.18511e-007 seconds.
>> tic; usleep (1000); toc
Elapsed time is 0.000999916 seconds.

>> tic; usleep (10); toc
Elapsed time is 7.40401e-008 seconds.
>> tic; usleep (100); toc
Elapsed time is -5.70435e-008 seconds.
>> tic; usleep (1000); toc
Elapsed time is 0.00100005 seconds.

>> tic; usleep (10); toc
Elapsed time is -6.30971e-008 seconds.
>> tic; usleep (100); toc
Elapsed time is 4.42378e-008 seconds.
>> tic; usleep (1000); toc
Elapsed time is 0.00100011 seconds.

 

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34234>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]