| Index: doc/performance.html
|
| diff --git a/doc/performance.html b/doc/performance.html
|
| index 6f85d0d0802cd43e2261f1c99dfb81de5866905a..7e8a12d4734910e823ed9efea310c7b4168b5dfb 100644
|
| --- a/doc/performance.html
|
| +++ b/doc/performance.html
|
| @@ -43,7 +43,7 @@
|
| <tr><td> </td></tr>
|
|
|
| <tr><td><b>Development</b></td></tr>
|
| -<tr><td><font size="-1"> <a class="sidebar" href="http://sourceforge.net/tracker/?group_id=96405">Open bugs</a></font></td></tr>
|
| +<tr><td><font size="-1"> <a class="sidebar" href="http://sourceforge.net/p/findbugs/bugs/">Open bugs</a></font></td></tr>
|
| <tr><td><font size="-1"> <a class="sidebar" href="reportingBugs.html">Reporting bugs</a></font></td></tr>
|
| <tr><td><font size="-1"> <a class="sidebar" href="contributing.html">Contributing</a></font></td></tr>
|
| <tr><td><font size="-1"> <a class="sidebar" href="team.html">Dev team</a></font></td></tr>
|
| @@ -70,29 +70,29 @@
|
| <h2>Important Request</h2>
|
| <p> If you are seeing any significant performance regressions in FindBugs 2.0,
|
| I very much need your help. Please either email <a href="mailto:findbugs@cs.umd.edu">findbugs@cs.umd.edu</a>
|
| - or file <a href="http://sourceforge.net/tracker/?atid=614693&group_id=96405&func=browse">a
|
| + or file <a href="http://sourceforge.net/p/findbugs/_list/tickets?source=navbar">a
|
| bug report</a>. with the following information from the xml file for your project (from both the
|
| 1.3.9 and 2.0.0 version if possible). Sending me your code or pointing me to a open source repository
|
| would be great, but I know that isn't feasible for a lot of projects. The information I'm requesting
|
| doesn't include any information about the code being analyzed other than the total size of the code
|
| being analyzed and the total number of issues found at the different confidence levels. The
|
| <FindBugsSummary ... > start tag. For example: <quote> <pre>
|
| - <FindBugsSummary timestamp="Tue, 30 Dec 2008 21:29:52 -0500"
|
| - total_classes="206" referenced_classes="325" total_bugs="72" total_size="7654" num_packages="21"
|
| - vm_version="20.4-b02-402" cpu_seconds="62.52" clock_seconds="22.01"
|
| - peak_mbytes="112.21" alloc_mbytes="1683.38" gc_seconds="1.19"
|
| + <FindBugsSummary timestamp="Tue, 30 Dec 2008 21:29:52 -0500"
|
| + total_classes="206" referenced_classes="325" total_bugs="72" total_size="7654" num_packages="21"
|
| + vm_version="20.4-b02-402" cpu_seconds="62.52" clock_seconds="22.01"
|
| + peak_mbytes="112.21" alloc_mbytes="1683.38" gc_seconds="1.19"
|
| priority_3="56" priority_2="14" priority_1="2">
|
| </pre> </quote> The <FindBugsProfile>...</FindBugsProfile> element. For example: <quote>
|
| <pre>
|
| <FindBugsProfile>
|
| - <ClassProfile name="edu.umd.cs.findbugs.detect.IncompatMask" totalMilliseconds="11"
|
| - invocations="206" avgMicrosecondsPerInvocation="55" maxMicrosecondsPerInvocation="475"
|
| + <ClassProfile name="edu.umd.cs.findbugs.detect.IncompatMask" totalMilliseconds="11"
|
| + invocations="206" avgMicrosecondsPerInvocation="55" maxMicrosecondsPerInvocation="475"
|
| standardDeviationMircosecondsPerInvocation="75"/>
|
| - <ClassProfile name="edu.umd.cs.findbugs.detect.FindFinalizeInvocations" totalMilliseconds="11"
|
| - invocations="206" avgMicrosecondsPerInvocation="55" maxMicrosecondsPerInvocation="402"
|
| + <ClassProfile name="edu.umd.cs.findbugs.detect.FindFinalizeInvocations" totalMilliseconds="11"
|
| + invocations="206" avgMicrosecondsPerInvocation="55" maxMicrosecondsPerInvocation="402"
|
| standardDeviationMircosecondsPerInvocation="69"/>
|
| - <ClassProfile name="edu.umd.cs.findbugs.classfile.engine.bcel.LockDataflowFactory" totalMilliseconds="11"
|
| - invocations="23" avgMicrosecondsPerInvocation="515" maxMicrosecondsPerInvocation="2637"
|
| + <ClassProfile name="edu.umd.cs.findbugs.classfile.engine.bcel.LockDataflowFactory" totalMilliseconds="11"
|
| + invocations="23" avgMicrosecondsPerInvocation="515" maxMicrosecondsPerInvocation="2637"
|
| standardDeviationMircosecondsPerInvocation="639"/>
|
| ...
|
| </FindBugsProfile>
|
| @@ -105,7 +105,7 @@ document.write( "Last updated "+ document.lastModified + "." );
|
| </script>
|
| <p> Send comments to <a class="sidebar" href="mailto:findbugs@cs.umd.edu">findbugs@cs.umd.edu</a>
|
| <p>
|
| -<A href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=96405&type=5" width="210" height="62" border="0" alt="SourceForge.net Logo" /></A>
|
| +<a href="http://sourceforge.net/projects/findbugs/"><img src="http://sourceforge.net/sflogo.php?group_id=96405&type=5" width="210" height="62" border="0" alt="FindBugs on SourceForge.net" /></a>
|
|
|
| </td>
|
|
|
|
|