RE: [Doxygen-users] Doxygen Speed Issues
Brought to you by:
dimitri
From: Michael M. <Mic...@tt...> - 2005-10-27 11:37:18
|
Hi, I found that preprocessing can be really slow and may use much more memory. In particular the project I was building uses a lot of #includes, and I think that a number of these files contain documentation in them. It's just my suspicion, but I wondered if Doxygen was parsing the documentation in the #includes multiple times as each C input file tended to #include the same header files - I need more investigation to be sure. Still, setting SEARCH_INCLUDES = NO made a big difference. With it set to NO, the documentation takes ~40 minutes to build. With it set to YES, Doxygen ran for 8 hours before exhausting memory and stopping. Regards, Mike _____ From: dox...@li... [mailto:dox...@li...] On Behalf Of martin sweitzer Sent: 27 October 2005 02:19 To: dox...@li... Subject: [Doxygen-users] Doxygen Speed Issues Are there any tips / suggestions / parameters to use to speed up doxygen's generation of documentation? :-) Currently, it takes around 35 minutes to generate the documentation for our codebase. It takes around 10 minutes to compile it. Is there an incremental build type funtionality? |