[llvm-commits] CVS: nightlytest-serverside/machine.php

Patrick Jenkins pjenkins at apple.com
Mon Jul 10 12:28:04 PDT 2006



Changes in directory nightlytest-serverside:

machine.php updated: 1.2 -> 1.3
---
Log message:

fixed a problem where trying to generate a graph of configure cpu time from the machine page produced a cvs checkout cpu graph.


---
Diffs of the changes:  (+1 -1)

 machine.php |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: nightlytest-serverside/machine.php
diff -u nightlytest-serverside/machine.php:1.2 nightlytest-serverside/machine.php:1.3
--- nightlytest-serverside/machine.php:1.2	Fri Jul  7 19:32:18 2006
+++ nightlytest-serverside/machine.php	Mon Jul 10 14:27:51 2006
@@ -138,7 +138,7 @@
 	echo "</td>";
 	echo "<td align=center>";
 		echo "Configure time cpu";
-		print "<br><input type=checkbox name=\"measure[]\" value=\"getcvstime_cpu\">\n";
+		print "<br><input type=checkbox name=\"measure[]\" value=\"configuretime_cpu\">\n";
 	echo "</td>";
 	echo "<td align=center>";
 		echo "Configure time wall";






More information about the llvm-commits mailing list