|
From: <sv...@va...> - 2005-07-19 22:05:11
|
Author: njn
Date: 2005-07-19 23:05:03 +0100 (Tue, 19 Jul 2005)
New Revision: 141
Log:
tweaks
Modified:
trunk/gallery/survey_current/survey.html
Modified: trunk/gallery/survey_current/survey.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/gallery/survey_current/survey.html 2005-07-19 03:11:35 UTC (rev=
140)
+++ trunk/gallery/survey_current/survey.html 2005-07-19 22:05:03 UTC (rev=
141)
@@ -67,7 +67,7 @@
<input type=3D"hidden" name=3D"Q5[q]"=20
value=3D"q5. In what form did you/do you obtain Valgrind"/>
<b>5. </b>In what form did you/do you obtain Valgrind?<br />
- <input name=3D"Q5[cb1]" type=3D"checkbox" value=3D"cvs"/> source, fro=
m CVS<br/>
+ <input name=3D"Q5[cb1]" type=3D"checkbox" value=3D"cvs/svn"/> source,=
from CVS/Subversion repository<br/>
<input name=3D"Q5[cb2]" type=3D"checkbox" value=3D"www"/> source, from=
website<br/>
<input name=3D"Q5[cb3]" type=3D"checkbox" value=3D"rpm"/> pre-built ve=
rsion (eg. RPM)<br/>
<input name=3D"Q5[cb4]" type=3D"checkbox" value=3D"inst"/> already ins=
talled on system<br/>
@@ -85,28 +85,28 @@
Cachegrind 10%)<br />
<table cellspacing=3D"2" cellpadding=3D"0" border=3D"0">
<tr>
- <td>Memcheck :</td>
+ <td>Memcheck (the heavyweight memory checker) :</td>
<td><input name=3D"Q6[txt0]" size=3D"30" type=3D"text" value=3D""/><=
/td>
</tr>
<tr>
- <td>Addrcheck :</td>
+ <td>Addrcheck (the lightweight memory checker) :</td>
<td><input name=3D"Q6[txt1]" size=3D"30" type=3D"text" value=3D""/><=
/td>
</tr>
<tr>
- <td>Cachegrind :</td>
+ <td>Cachegrind (the cache profiler) :</td>
<td><input name=3D"Q6[txt2]" size=3D"30" type=3D"text" value=3D""/><=
/td>
</tr>
<tr>
- <td>Helgrind :</td>
+ <td>Helgrind (the data race detector) :</td>
<td><input name=3D"Q6[txt3]" size=3D"30" type=3D"text" value=3D""/><=
/td>
</tr>
<tr>
- <td>Callgrind/KCachegrind : </td>
- <td><input name=3D"Q6[txt4]" size=3D"30" type=3D"text" value=3D""/><=
/td>
+ <td>Massif (the heap profiler) :</td>
+ <td><input name=3D"Q6[txt5]" size=3D"30" type=3D"text" value=3D""/><=
/td>
</tr>
<tr>
- <td>Massif :</td>
- <td><input name=3D"Q6[txt5]" size=3D"30" type=3D"text" value=3D""/><=
/td>
+ <td>Callgrind/KCachegrind (Cachegrind on steroids) : </td>
+ <td><input name=3D"Q6[txt4]" size=3D"30" type=3D"text" value=3D""/><=
/td>
</tr>
<tr>
<td>Other :</td>
|