Code

src/graph_list.c: Add dynamically generated graphs to an extra list.
authorFlorian Forster <ff@octo.it>
Wed, 7 Jul 2010 14:00:11 +0000 (16:00 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 7 Jul 2010 14:00:11 +0000 (16:00 +0200)
Profiling has shown that the majority of time is spent looking for a matching
graph in "gl_active" in the "gl_register_file" function. By adding dynamically
generated graphs (which will only ever match one file) to an extra list,
start-up time is decreased *a lot*.


No differences found