Difference between revisions of "Statistics"
From OdaWiki
(→SVN) |
(→Lines of code) |
||
Line 6: | Line 6: | ||
== Code == | == Code == | ||
=== Lines of code === | === Lines of code === | ||
− | |||
− | |||
LOC is not the best indicator of performance and is included here merely for entertainment value. At this rate (1300 revisions in 6 months), the graph suggests that we shall have no code remaining in 26 months! | LOC is not the best indicator of performance and is included here merely for entertainment value. At this rate (1300 revisions in 6 months), the graph suggests that we shall have no code remaining in 26 months! | ||
+ | |||
+ | [[Image:Odamex LinesOfCode.png]] | ||
And no, the lines aren't hand-counted by slaves. We find scripts such as the following to be slightly cheaper for this purpose (and please don't flood the server): | And no, the lines aren't hand-counted by slaves. We find scripts such as the following to be slightly cheaper for this purpose (and please don't flood the server): |
Revision as of 01:53, 7 April 2006
This place collects interesting statistics about various aspects of the odamex project
Bugs
todo: stats from bugzilla
Code
Lines of code
LOC is not the best indicator of performance and is included here merely for entertainment value. At this rate (1300 revisions in 6 months), the graph suggests that we shall have no code remaining in 26 months!
And no, the lines aren't hand-counted by slaves. We find scripts such as the following to be slightly cheaper for this purpose (and please don't flood the server):
for i in `seq 1 13`; do svn update -r $(echo "$i*100"|bc); echo $(cat $(find . -iname "*.cpp") | wc -l) >> loc; done; cat loc
SVN
SVN activity over time. See the svn page.
OdaWiki
todo: wiki stats
IRC
todo: stats from IRC logs