[llvm-commits] CVS: llvm/utils/userloc.html

Reid Spencer reid at x10sys.com
Mon May 16 11:26:58 PDT 2005



Changes in directory llvm/utils:

userloc.html added (r1.1)
---
Log message:

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.


---
Diffs of the changes:  (+21 -0)

 userloc.html |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+)


Index: llvm/utils/userloc.html
diff -c /dev/null llvm/utils/userloc.html:1.1
*** /dev/null	Mon May 16 13:26:57 2005
--- llvm/utils/userloc.html	Mon May 16 13:26:47 2005
***************
*** 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"> 2 ( 3.5) </td><td style="text-align:right">- </td><td style="text-align:right">- </td><td style="text-align:right"> 53 (93.0) </td><td style="text-align:right"> 2 ( 3.5) </td></tr>
+ <tr><td>vim</td><td style="text-align:right"> 131 (70.4) </td><td style="text-align:right"> 1 ( 0.5) </td><td style="text-align:right"> 47 (25.3) </td><td style="text-align:right"> 7 ( 3.8) </td><td style="text-align:right">- </td></tr>
+ <tr><td>Total</td><td style="text-align:right"> 133 (54.7) </td><td style="text-align:right"> 1 ( 0.4) </td><td style="text-align:right"> 47 (19.3) </td><td style="text-align:right"> 60 (24.7) </td><td style="text-align:right"> 2 ( 0.8) </td></tr>
+ </table></body></html>






More information about the llvm-commits mailing list