[llvm-commits] [nightly-test-server] r59898 - /nightly-test-server/trunk/index.php

Misha Brukman brukman+llvm at gmail.com
Sat Nov 22 18:48:32 PST 2008


Author: brukman
Date: Sat Nov 22 20:48:31 2008
New Revision: 59898

URL: http://llvm.org/viewvc/llvm-project?rev=59898&view=rev
Log:
Change the size of the large LOC graph from 900x600, which runs out of memory,
to 800x600, which actually works.

Modified:
    nightly-test-server/trunk/index.php

Modified: nightly-test-server/trunk/index.php
URL: http://llvm.org/viewvc/llvm-project/nightly-test-server/trunk/index.php?rev=59898&r1=59897&r2=59898&view=diff

==============================================================================
--- nightly-test-server/trunk/index.php (original)
+++ nightly-test-server/trunk/index.php Sat Nov 22 20:48:31 2008
@@ -21,7 +21,7 @@
                 <td valign=top>
 
 <?
-print "<p align=right><a href='locgraph.php?xsize=900&ysize=600'><img src='locgraph.php'  border=0 align=center height=250 width=400 alt='Lines of code graph'></a></p>\n";
+print "<p align=right><a href='locgraph.php?xsize=800&ysize=600'><img src='locgraph.php' border=0 align=center height=250 width=400 alt='Lines of code graph'></a></p>\n";
 
 /*
  * the following lists the tests in the last 24 hours





More information about the llvm-commits mailing list