User Tools

Site Tools


devel:linesofcode

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
devel:linesofcode [2008/10/16 12:00] – Add LOC for 3.5.0b1. jodaldevel:linesofcode [2012/12/19 10:02] (current) – [Tentative numbers for NAV 3.11] morten
Line 1: Line 1:
 ====== Lines of code ====== ====== Lines of code ======
  
-This wiki page gives an overall picture of the size of NAV in terms of code lines. We will try to keep this page updated as the development of NAV moves along. Note that the numbers does not count Cheetah nor Django templates, which is a large portion of the code baseAlso, the Prefuse Java library bundled with NAV is not counted, as it contains more Java code (~40k LOC) than NAV itself.+This wiki page gives an overall picture of the size of NAV in terms of code lines. We will try to keep this page updated as the development of NAV moves along.  
 + 
 +<note>The following things are not counted in these numbers
 +  * Cheetah or Django templates
 +  * The //contrib// directory. 
 +  * For versions of NAV prior to 3.12: The bundled copy of the Prefuse Java Library 
 +  * JavaScript, which apparently is not supported by SLOCCount 
 +</note>
  
-  * To see the language and size of the various web tools, see [[:FrontEndTools]]. 
-  * To see the language, size and a further description of the back end processes, see [[:BackEndProcesses]]. 
   * The introduction section of the [[database]] doc gives an overview of the total number of database tables in NAV.   * The introduction section of the [[database]] doc gives an overview of the total number of database tables in NAV.
 +
 +===== NAV 3.13.0b1 =====
 +^ Language ^ Lines of code ^ Percentage ^
 +| python           48880 |     99.73% |
 +| sh                 130 |      0.27% |
 +^ Total    ^         49010 ^            ^
 +
 +===== NAV 3.12 =====
 +^ Language ^ Lines of code ^ Percentage ^
 +| python           47704 |     88.98% |
 +| java              5071 |      9.46% |
 +| xml      |           771 |      1.44% |
 +| sh                  68 |      0.13% |
 +^ Total    ^         53614 ^            ^
 +
 +
 +===== NAV 3.11 =====
 +
 +^ Language ^ Lines of code ^ Percentage ^
 +| python           45580 |     85.44% |
 +| java              6880 |     12.90% |
 +| xml      |           822 |      1.54% |
 +| sh                  68 |      0.13% |
 +^ Total    ^         53350 ^            ^
 +
 +
 +===== NAV 3.10.1 =====
 +
 +^ Language ^ Lines of code ^ Percentage ^
 +| python           41102 |     78.28% |
 +| java              9942 |     18.93% |
 +| xml      |           969 |      1.85% |
 +| sh                 493 |      0.94% |
 +^ Total    ^         52506 ^            ^
 +
 +:!: For some reason, SLOCcount now wants to include XML as a language in its stats.
 +
 +===== NAV 3.6.0 =====
 +
 +^ Language ^ Lines of code ^ Percentage ^
 +| python           36058 |     76.88% |
 +| java              9941 |     21.19% |
 +| sh                 904 |      1.93% |
 +^ Total    ^         46903 ^            ^
 +
 +===== NAV 3.5.5 =====
 +
 +^ Language ^ Lines of code ^ Percentage ^
 +| python           35327 |     63.00% |
 +| java             18624 |     33.21% | 
 +| perl              1185 |      2.11% |
 +| sh                 943 |      1.68% |
 +^ Total    ^         56079 ^            ^
  
 ===== NAV 3.5.0b1 ===== ===== NAV 3.5.0b1 =====
  
 ^ Language ^ Lines of code ^ Percentage ^ ^ Language ^ Lines of code ^ Percentage ^
-| python           39874     57.08% | +| python           39572    65.60% | 
-| java             27327     39.12% | +| java             18182    30.14% | 
-| sh                1393      1.99% | +| sh                1383     2.29% | 
-| perl              1261      1.80% | +| perl              1188     1.97% | 
-^ Total    ^        69855             ^+^ Total    ^         60325           ^
  
 ===== NAV 3.4.0 ===== ===== NAV 3.4.0 =====
Line 69: Line 127:
  
 Line code counting is done using David A. Wheeler's [[http://www.dwheeler.com/sloccount/|SLOCCount]]. Line code counting is done using David A. Wheeler's [[http://www.dwheeler.com/sloccount/|SLOCCount]].
- 
devel/linesofcode.1224158458.txt.gz · Last modified: by jodal

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki