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: Tue, 12 Jan 2016 09:38:37 +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

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

step by step procedure

* Open "Activity Monitor" ("Aktivitätsanzeige" in german) in
Applications/Utilities, select tab "CPU", add column "App Nap" to table.
Search for octave
* Run "octave -f --no-gui" in a terminal

You should now see "octave-gui.. App Nap = (Nein in german, I don't know if
its "false", "disabled" or "no" in english) in Activity Monitor

* Now wait 30 seconds until "App Nap" switches to "Ja/Yes"
* Go back to terminal to the octave> prompt and execute

tic; pause (0.1); toc

* Run it multiple times

I wonder why the "App Nap" indicator never goes back to "Nein/No". Even If I
do some calculations, for example 

 for k=1:100 x=primes(1e8); endfor


AppNap gets activated after 30 seconds. 

    _______________________________________________________

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]