Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 44087: /trunk/ui/gtk/ /trunk/ui/gtk/: tcp_graph.c

Date: Sat, 28 Jul 2012 02:46:46 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44087

User: martinm
Date: 2012/07/27 07:46 PM

Log:
 Further speed up drawing of the element list by:
 - only setting the colour when it has changed
 - only calling cairo_stroke() when we need to rather than after every
   element
 
 These improvements were previously made to rlc_lte_graph.c.  I did look
 at trying to extract what these 2 graph modules  had in common, but gave up pretty quickly
 when I saw how much they had diverged...

Directory: /trunk/ui/gtk/
  Changes    Path           Action
  +31 -8     tcp_graph.c    Modified