some new numbers

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21701 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2007-11-21 22:35:38 +00:00
parent bae2e86422
commit e3fcaf5cde
2 changed files with 14 additions and 2 deletions

View File

@ -14,8 +14,13 @@ inc="$inc -I../../src/frontends/qt4"
s=0
t=0
#for i in `find ../../src/frontends/qt4 -name *.cpp` ; do
#for i in `find ../../src/frontends/qt4 -name '*.cpp'` ; do
#for i in `find ../../src/insets -name '*.cpp'` ; do
#for i in `find ../../src/mathed -name '*.cpp'` ; do
#for i in `find ../../src/support -name '*.cpp'` ; do
#for i in `find ../../src/graphics -name '*.cpp'` ; do
#for i in `find ../../src/graphics -name '*.cpp'` ; do
#for i in ../../src/*.cpp ; do
for i in `find ../.. -name '*.cpp'` ; do
#echo $i
#echo "g++ $inc -DQT_NO_STL -E $i"

View File

@ -35,4 +35,11 @@ QHash : 7098
QRegExp : 3959 (boost/cregex.hpp : 21575
QSharedData : 838 (boost/shared_ptr.hpp : 17469)
Revision 21692:
Total: compiled: 17310566 real: 150056 ratio: 115
graphics: compiled: 669162 real: 2617 ratio: 255
frontends/qt4: compiled: 4386626 real: 27020 ratio: 162
support: compiled: 1432410 real: 9600 ratio: 149
mathed: compiled: 2357984 real: 19339 ratio: 121
insets: compiled: 2415915 real: 21566 ratio: 112
src/*.cpp: compiled: 4318608 real: 54814 ratio: 78