From: André Pönitz Date: Wed, 21 Nov 2007 22:35:38 +0000 (+0000) Subject: some new numbers X-Git-Tag: 1.6.10~7274 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e3fcaf5cdedce3cbcd4892ada8001b70d7ac0434;p=lyx.git some new numbers git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21701 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/tools/count_total_lines_of_compiled_code.sh b/development/tools/count_total_lines_of_compiled_code.sh index bf5dbdce44..dc407bdb8f 100755 --- a/development/tools/count_total_lines_of_compiled_code.sh +++ b/development/tools/count_total_lines_of_compiled_code.sh @@ -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" diff --git a/development/tools/numbers b/development/tools/numbers index e5f6611cb7..faf0d9aefd 100644 --- a/development/tools/numbers +++ b/development/tools/numbers @@ -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