Author: chris_y
Date: Sat Jun 4 16:33:33 2011
New Revision: 12463
URL:
http://source.netsurf-browser.org?rev=12463&view=rev
Log:
Disable extra logging. Here treeview init is down to ~5 seconds from ~20.
Still more room for improvement, as adding nodes appears to recalculate the widths of
all the parent nodes even though (the text and icon of) those haven't changed.
Modified:
trunk/netsurf/desktop/tree.c
Modified: trunk/netsurf/desktop/tree.c
URL:
http://source.netsurf-browser.org/trunk/netsurf/desktop/tree.c?rev=12463&...
==============================================================================
--- trunk/netsurf/desktop/tree.c (original)
+++ trunk/netsurf/desktop/tree.c Sat Jun 4 16:33:33 2011
@@ -42,7 +42,7 @@
#include "utils/utils.h"
#include "utils/url.h"
-#define TREE_NOISY_DEBUG 1
+#undef TREE_NOISY_DEBUG
#define MAXIMUM_URL_LENGTH 1024