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

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

[Octave-bug-tracker] [bug #55707] graphics backend takes long when plott


From: Rik
Subject: [Octave-bug-tracker] [bug #55707] graphics backend takes long when plotting many lines
Date: Wed, 13 Feb 2019 12:28:01 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #6, bug #55707 (project octave):

I was the one who checked in a partial fix for bug #47052.  That produced a
35% speed-up and the changes were only to m-files.  

You could benchmark it, or use the profiler, but my bet is that the problem
now is in the call to __go_line__ which is from the m-file in to the C++ and
further on in to the OpenGL renderer.

There is a similar report about scatter being slow and in that case it was
definitively tracked down to the call to __go_patch__.

In summary, I think we need an OpenGL expert to give our code a review. 
Plotting 1,000 points should be very, very fast.

This is definitely a task for the development branch.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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