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