Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(714)

Unified Diff: doc/performance.html

Issue 1232833004: Update findbugs from 3.0.0 to 3.0.1. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/findbugs.git@master
Patch Set: rebase again Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « doc/manual_ja.xml ('k') | doc/publications.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>&nbsp;</td></tr>
<tr><td><b>Development</b></td></tr>
-<tr><td><font size="-1">&nbsp;<a class="sidebar" href="http://sourceforge.net/tracker/?group_id=96405">Open bugs</a></font></td></tr>
+<tr><td><font size="-1">&nbsp;<a class="sidebar" href="http://sourceforge.net/p/findbugs/bugs/">Open bugs</a></font></td></tr>
<tr><td><font size="-1">&nbsp;<a class="sidebar" href="reportingBugs.html">Reporting bugs</a></font></td></tr>
<tr><td><font size="-1">&nbsp;<a class="sidebar" href="contributing.html">Contributing</a></font></td></tr>
<tr><td><font size="-1">&nbsp;<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&amp;group_id=96405&amp;func=browse">a
+ or file <a href="http://sourceforge.net/p/findbugs/_list/tickets?source=navbar">a
bug report</a>.&nbsp;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
&lt;FindBugsSummary ... &gt; start tag. For example: <quote> <pre>
- &lt;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"
+ &lt;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"&gt;
</pre> </quote> The &lt;FindBugsProfile&gt;...&lt;/FindBugsProfile&gt; element. For example: <quote>
<pre>
&lt;FindBugsProfile&gt;
- &lt;ClassProfile name="edu.umd.cs.findbugs.detect.IncompatMask" totalMilliseconds="11"
- invocations="206" avgMicrosecondsPerInvocation="55" maxMicrosecondsPerInvocation="475"
+ &lt;ClassProfile name="edu.umd.cs.findbugs.detect.IncompatMask" totalMilliseconds="11"
+ invocations="206" avgMicrosecondsPerInvocation="55" maxMicrosecondsPerInvocation="475"
standardDeviationMircosecondsPerInvocation="75"/&gt;
- &lt;ClassProfile name="edu.umd.cs.findbugs.detect.FindFinalizeInvocations" totalMilliseconds="11"
- invocations="206" avgMicrosecondsPerInvocation="55" maxMicrosecondsPerInvocation="402"
+ &lt;ClassProfile name="edu.umd.cs.findbugs.detect.FindFinalizeInvocations" totalMilliseconds="11"
+ invocations="206" avgMicrosecondsPerInvocation="55" maxMicrosecondsPerInvocation="402"
standardDeviationMircosecondsPerInvocation="69"/&gt;
- &lt;ClassProfile name="edu.umd.cs.findbugs.classfile.engine.bcel.LockDataflowFactory" totalMilliseconds="11"
- invocations="23" avgMicrosecondsPerInvocation="515" maxMicrosecondsPerInvocation="2637"
+ &lt;ClassProfile name="edu.umd.cs.findbugs.classfile.engine.bcel.LockDataflowFactory" totalMilliseconds="11"
+ invocations="23" avgMicrosecondsPerInvocation="515" maxMicrosecondsPerInvocation="2637"
standardDeviationMircosecondsPerInvocation="639"/&gt;
...
&lt;/FindBugsProfile&gt;
@@ -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&amp;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&amp;type=5" width="210" height="62" border="0" alt="FindBugs on SourceForge.net" /></a>
</td>
« no previous file with comments | « doc/manual_ja.xml ('k') | doc/publications.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698