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

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

[Octave-bug-tracker] [bug #55940] pause() takes too long if you call it


From: Rik
Subject: [Octave-bug-tracker] [bug #55940] pause() takes too long if you call it a bunch
Date: Tue, 19 Mar 2019 17:06:14 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #22, bug #55940 (project octave):

@Andrew: Can you try the attached delay.cpp?  Compile it as a .octfile with


mkoctfile delay.cpp


Then try running it with options 0, 1, and 2.  The documentation is


USAGE: delay (OPT)
   OPT = 0 : nanosleep
   OPT = 1 : octave::sleep (0.2, true)
   OPT = 2 : octave::sleep (0.2, false)


This might help distinguish which code path is failing.


(file #46584)
    _______________________________________________________

Additional Item Attachment:

File name: delay.cpp                      Size:1 KB
    <https://savannah.gnu.org/file/delay.cpp?file_id=46584>



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55940>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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