]> git.lyx.org Git - features.git/commitdiff
some new numbers
authorAndré Pönitz <poenitz@gmx.net>
Wed, 21 Nov 2007 22:35:38 +0000 (22:35 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Wed, 21 Nov 2007 22:35:38 +0000 (22:35 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21701 a592a061-630c-0410-9148-cb99ea01b6c8

development/tools/count_total_lines_of_compiled_code.sh
development/tools/numbers

index bf5dbdce44abed427ebfc01f590aca45ab2e7be8..dc407bdb8f6d406b643e9e8d413fa5f38a6de286 100755 (executable)
@@ -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"
index e5f6611cb79f1e1e5501466e24fdd320bd2903e6..faf0d9aefd9688ec64aaa1552bcb44f2c47c4df3 100644 (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