mirror of https://github.com/apache/activemq.git
- Minor udpate: remove extra space in System.out
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420558 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
94df6d1b05
commit
e4266c33f6
|
@ -335,7 +335,7 @@ public class XmlFilePerfReportWriter extends AbstractPerfReportWriter {
|
|||
System.out.println("Total Blocks Sent: " + summary.get(CpuReportPlugin.KEY_BLOCK_SENT));
|
||||
|
||||
xmlFileWriter.println("<prop key='" + CpuReportPlugin.KEY_AVE_BLOCK_SENT + "'>" + summary.get(CpuReportPlugin.KEY_AVE_BLOCK_SENT) + "</prop>");
|
||||
System.out.println(" Ave Blocks Sent: " + summary.get(CpuReportPlugin.KEY_AVE_BLOCK_SENT));
|
||||
System.out.println("Ave Blocks Sent: " + summary.get(CpuReportPlugin.KEY_AVE_BLOCK_SENT));
|
||||
|
||||
xmlFileWriter.println("<prop key='" + CpuReportPlugin.KEY_CTX_SWITCH + "'>" + summary.get(CpuReportPlugin.KEY_CTX_SWITCH) + "</prop>");
|
||||
System.out.println("Total Context Switches: " + summary.get(CpuReportPlugin.KEY_CTX_SWITCH));
|
||||
|
|
Loading…
Reference in New Issue