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: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #46845] usleep sleeps much too long on Mac OSX
Date: Sun, 10 Jan 2016 07:33:04 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #11, bug #46845 (project octave):

I can't reproduce the issue on OSX 10.9 either:


$ defaults read NSGlobalDomain NSAppSleepDisabled 
The domain/default pair of (kCFPreferencesAnyApplication, NSAppSleepDisabled)
does not exist
$ octave -q
$ octave -q
>> n = 1e3; t = zeros (n, 1); for ii=1:n, tic, pause (.1), t(ii)=toc; endfor
>> mean (t)
ans =  0.10106
>> std (t)
ans =    2.6900e-04
>> version
ans = 4.1.0+
>> 


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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