Add a script to generate information about the number of lines of code a

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
This commit is contained in:
Reid Spencer 2005-05-16 18:26:47 +00:00
parent ee6fcf2915
commit 05eaeae23a

21
utils/userloc.html Normal file
View File

@ -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>