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

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

[Octave-bug-tracker] [bug #46845] usleep sleeps much too long on Mac OSX


From: anonymous
Subject: [Octave-bug-tracker] [bug #46845] usleep sleeps much too long on Mac OSX
Date: Thu, 07 Jan 2016 15:45:24 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?46845>

                 Summary: usleep sleeps much too long on Mac OSX
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Do 07 Jan 2016 15:45:23 UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Inaccurate Result
                  Status: None
             Assigned to: None
         Originator Name: Daniel Betz
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: Mac OS

    _______________________________________________________

Details:

Installed using brew from
https://github.com/Homebrew/homebrew-science/blob/master/octave.rb


>> tic; usleep (10), toc
Elapsed time is 0.316622 seconds.
>> tic; usleep (10), toc
Elapsed time is 0.315173 seconds.
>> tic; usleep (100), toc
Elapsed time is 3.26147 seconds.
>> tic; usleep (100), toc
Elapsed time is 0.127848 seconds.
>> tic; usleep (100), toc
Elapsed time is 3.2693 seconds.


as you can see the time sleeped is much longer than requested.




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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