
Originally Posted by
stampede
Hello Marco
I get quite same build time ( ~1h:30m ) for a qt-based software on windows xp / server, its latest statistics are:
400 source files ( headers + *.cpp, *.c ) ( ~110.000 lines of code )
78 *.ui forms
We are using forward declarations heavily, this reduced build time after updating some header files, as no *.moc recompilation is needed.
I thought that linux builds could be slightly faster, but this difference is really huge.
Is your project of similiar size ?
616 *.cpp files
844 *.h files
37 *.ui forms
The project isn't really large at all yet and we also rely heavily on forward declarations. Running sloccount gives me these numbers:
Totals grouped by language (dominant language first):
cpp: 120561 (97.64%)
xml: 2529 (2.05%)
python: 235 (0.19%)
sh: 146 (0.12%)
Totals grouped by language (dominant language first):
cpp: 120561 (97.64%)
xml: 2529 (2.05%)
python: 235 (0.19%)
sh: 146 (0.12%)
To copy to clipboard, switch view to plain text mode
The 8-second example is using a fraction of that code count.
Peculiar indeed
Bookmarks