Difference between revisions of "Statistics"

From OdaWiki
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
This place collects interesting statistics about various aspects of the odamex project
 
This place collects interesting statistics about various aspects of the odamex project
 
== Bugs ==
 
 
=== Open and Closed over time ===
 
todo: stats from bugzilla
 
 
== Code ==
 
=== Lines of code over revision ===
 
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! Linuxdoom only has about 45000 lines.
 
 
[[Image:Odamex LinesOfCode.png|none|500x300px|Lines of code over revisions]]
 
 
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'''
 
 
=== Files ===
 
todo
 
 
=== Compressed size ===
 
todo
 
  
 
== SVN ==
 
== SVN ==
See the [[svn]] page.
+
* See the [http://odamex.org/stats stats] page.
 
+
* See the [http://odamex.org/stats2 other stats] page.
=== Commits over time ===
+
[[Image:Commits_group_multi_author_graph.png|none|500x300px|SVN commits over time]]
+
 
+
=== Commit sizes ===
+
todo
+
 
+
=== Time of day ===
+
todo
+
 
+
== OdaWiki ==
+
todo: wiki stats
+
  
 
== Website Stats ==
 
== Website Stats ==
 
See [http://odamex.net/sitestats Site stats]
 
See [http://odamex.net/sitestats Site stats]
 
== IRC ==
 
todo: stats from IRC logs
 

Latest revision as of 13:15, 18 May 2008