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

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

[Octave-bug-tracker] [bug #52809] interpreter performance is slow on dev


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #52809] interpreter performance is slow on development branch
Date: Wed, 10 Jan 2018 09:05:54 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #21, bug #52809 (project octave):

There is a clock_gettime replacement in gnulib, so we should use a wrapper for
that function if we decide to change.  On systems where clock_gettime is
missing, gnulib calls gettimeofday.

I don't think filling in two values in a struct is a big issue, so I don't see
a problem with having a C++ class to encapsulate the results.  The overhead of
calling a DEFUN-defined function in Octave is always going to be much larger
than that, no matter what we do.

But anyway, yes, any problems with cputime should be a different bug report.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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