From fc557f9fddc5efa112667cd75ccc813d623013c1 Mon Sep 17 00:00:00 2001 From: Christoffer Holmstedt Date: Sun, 1 Mar 2015 11:01:24 +0100 Subject: Improve doxygen performance When generating doxygen documentation there are a lot of cache misses. This improves the situation a little bit with the use of more memory for the cache. (bzr r13955.1.1) --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index d27eaf027..f65bc12d1 100644 --- a/Doxyfile +++ b/Doxyfile @@ -384,7 +384,7 @@ TYPEDEF_HIDES_STRUCT = NO # the optimal cache size from a speed point of view. # Minimum value: 0, maximum value: 9, default value: 0. -LOOKUP_CACHE_SIZE = 0 +LOOKUP_CACHE_SIZE = 1 #--------------------------------------------------------------------------- # Build related configuration options -- cgit v1.2.3