Add a script to generate information about the number of lines of code a
authorReid Spencer <rspencer@reidspencer.com>
Mon, 16 May 2005 18:26:47 +0000 (18:26 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 16 May 2005 18:26:47 +0000 (18:26 +0000)
user has checked in (not necessarily authored) based on cvs annotate.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22091 91177308-0d34-0410-b5e6-96231b3b80d8

utils/userloc.html [new file with mode: 0644]

diff --git a/utils/userloc.html b/utils/userloc.html
new file mode 100644 (file)
index 0000000..9587567
--- /dev/null
@@ -0,0 +1,21 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+  <title>LLVM LOC Based On CVS Annotation</title>
+  <link rel="stylesheet" href="llvm.css" type="text/css"/>
+</head>
+<body><div class="doc_title">LLVM LOC Based On CVS Annotation</div>
+<p>This document shows the total lines of code per user in each
+LLVM directory. Lines of code are attributed by the user that last
+committed the line. This does not necessarily reflect authorship.</p>
+<table>
+ <tr><th style="text-align:left">Directory</th>
+<th style="text-align:right">brukman</th>
+<th style="text-align:right">hldnbrnd</th>
+<th style="text-align:right">reid</th>
+<th style="text-align:right">foo</th>
+<th style="text-align:right">lattner</th>
+<tr><td>fpcmp</td><td style="text-align:right">&nbsp;2 ( 3.5)&nbsp;</td><td style="text-align:right">-&nbsp;</td><td style="text-align:right">-&nbsp;</td><td style="text-align:right">&nbsp;53 (93.0)&nbsp;</td><td style="text-align:right">&nbsp;2 ( 3.5)&nbsp;</td></tr>
+<tr><td>vim</td><td style="text-align:right">&nbsp;131 (70.4)&nbsp;</td><td style="text-align:right">&nbsp;1 ( 0.5)&nbsp;</td><td style="text-align:right">&nbsp;47 (25.3)&nbsp;</td><td style="text-align:right">&nbsp;7 ( 3.8)&nbsp;</td><td style="text-align:right">-&nbsp;</td></tr>
+<tr><td>Total</td><td style="text-align:right">&nbsp;133 (54.7)&nbsp;</td><td style="text-align:right">&nbsp;1 ( 0.4)&nbsp;</td><td style="text-align:right">&nbsp;47 (19.3)&nbsp;</td><td style="text-align:right">&nbsp;60 (24.7)&nbsp;</td><td style="text-align:right">&nbsp;2 ( 0.8)&nbsp;</td></tr>
+</table></body></html>