https://bz.apache.org/bugzilla/show_bug.cgi?id=60687

--- Comment #25 from Felix Schumacher <felix.schumac...@internetallee.de> ---
Date: Sat Feb 18 18:58:08 2017
New Revision: 1783577

URL: http://svn.apache.org/viewvc?rev=1783577&view=rev
Log:
Recurse into add method before changing into the runSafe method.

Bugzilla Id: 60687

Modified:
   
jmeter/trunk/src/components/org/apache/jmeter/visualizers/TableVisualizer.java

Date: Sat Feb 18 19:22:40 2017
New Revision: 1783579

URL: http://svn.apache.org/viewvc?rev=1783579&view=rev
Log:
Make GUI more responsive when it gets a lot of events.
Convert Table Visualizer to use a queue, when new rows are to be inserted.
Update the model (or at least notify the gui) only periodically.
That way we get the update of the model out of the busy path of the swing
event loop. Note, that this will not save us from OOM exceptions.

Bugzilla Id: 60687


Modified:
   
jmeter/trunk/src/components/org/apache/jmeter/visualizers/TableVisualizer.java

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to