]> git.lyx.org Git - lyx.git/blob - development/tools/numbers
Adding binary path for Homebrew on MacOS-arm64 (bug 12619).
[lyx.git] / development / tools / numbers
1 Some results on running  'g++ -E | wc -l' with the appropriate
2 includes/defines and a single #include in a compilation unit:
3
4 boost/signal.hpp                 : 62141
5 boost/signals/trackable.hpp      : 40849
6 boost/tokenizer.hpp              : 39490
7 boost/iterator/indirect_iterator : 36922
8 boost/signals/connection.hpp     : 34957
9 boost/function.hpp               : 31379
10 boost/array.hpp                  : 30205
11 boost/utility.hpp                : 30063
12 boost/cregex.hpp                 : 21575
13 boost/shared_ptr.hpp             : 17469
14 boost/scoped_ptr.hpp             : 11411
15 boost/crc.hpp                    : 5851
16 boost/tuple/tuple.hpp            : 4927
17 boost/scoped_array.hpp           : 3029
18 boost/assert.hpp                 : 52
19 boost/current_function.hpp       : 21
20
21 string                           : 18781
22 vector                           : 11994
23 map                              : 12467
24 list                             : 11134
25 deque                            : 11805
26 iosfwd                           : 6462
27 iostream                         : 29529
28
29 QObject                          : 5601
30 QString                          : 3876
31 QList                            : 1931
32 QVector                          : 4165
33 QMap                             : 2831
34 QHash                            : 7098
35 QRegExp                          : 3959   (boost/cregex.hpp     : 21575 
36 QSharedData                      : 838    (boost/shared_ptr.hpp : 17469)
37
38 Revision 21692: non-monolithic
39 Total:         compiled: 17310566  real: 150056  ratio: 115
40 graphics:      compiled:   669162  real:   2617  ratio: 255
41 frontends/qt4: compiled:  4386626  real:  27020  ratio: 162
42 support:       compiled:  1432410  real:   9600  ratio: 149
43 mathed:        compiled:  2357984  real:  19339  ratio: 121
44 insets:        compiled:  2415915  real:  21566  ratio: 112
45 src/*.cpp:     compiled:  4318608  real:  54814  ratio:  78
46
47 Revision 24415: non-monolithic
48 frontends/qt4: compiled:  4296379  real:  34614  ratio: 124
49 insets:        compiled:  2535206  real:  22128  ratio: 114 
50
51 Revision 24415: monolithic
52 frontends/qt4: compiled:   209600  real: 34614   ratio:   6
53 insets:        compiled:   122255  real: 22128   ratio:   5
54