[openrtm-commit:03049] r1090 - trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC/src/RTMExamples/Throughput
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 12月 28日 (木) 14:26:35 JST
Author: t-katami
Date: 2017-12-28 14:26:35 +0900 (Thu, 28 Dec 2017)
New Revision: 1090
Modified:
trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC/src/RTMExamples/Throughput/ThroughputImpl.java
trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC/src/RTMExamples/Throughput/rtc.conf
Log:
[compat,example,->RELENG_1_2] Added ThroughputRTC. refs #4397
Modified: trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC/src/RTMExamples/Throughput/ThroughputImpl.java
===================================================================
--- trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC/src/RTMExamples/Throughput/ThroughputImpl.java 2017-12-27 08:20:17 UTC (rev 1089)
+++ trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC/src/RTMExamples/Throughput/ThroughputImpl.java 2017-12-28 05:26:35 UTC (rev 1090)
@@ -652,8 +652,8 @@
String str = new String();
str = info.properties._dump(str,info.properties,0);
String crlf = System.getProperty("line.separator");
- str = str.replace(crlf, crlf+"#");
- outputStream.write("#"+str+crlf);
+ str = str.replace(crlf, crlf+"# ");
+ outputStream.write("# "+str+crlf);
// print header
outputStream.write(
"size[byte]\tmin[s]\tmax[s]\tmean[s]\tstddev[s]\tthroughput[Mbps]");
Modified: trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC/src/RTMExamples/Throughput/rtc.conf
===================================================================
--- trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC/src/RTMExamples/Throughput/rtc.conf 2017-12-27 08:20:17 UTC (rev 1089)
+++ trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC/src/RTMExamples/Throughput/rtc.conf 2017-12-28 05:26:35 UTC (rev 1090)
@@ -5,6 +5,6 @@
manager.components.preactivation: Throughput0
example.Throughput.conf.default.maxsize: 1000000
-example.Throughput.conf.default.datatype: float
+example.Throughput.conf.default.datatype: long
example.Throughput.conf.default.filesuffix: -samecomp
More information about the openrtm-commit
mailing list