[openrtm-commit:01800] r682 - trunk/OpenRTM-aist-Python/OpenRTM_aist/utils/rtcprof
openrtm @ openrtm.org
openrtm @ openrtm.org
2016年 3月 5日 (土) 01:25:06 JST
Author: miyamoto
Date: 2016-03-05 01:25:06 +0900 (Sat, 05 Mar 2016)
New Revision: 682
Modified:
trunk/OpenRTM-aist-Python/OpenRTM_aist/utils/rtcprof/rtcprof.py
Log:
[compat,bugfix,->RELENG_1_2] bug fix.
Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/utils/rtcprof/rtcprof.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/utils/rtcprof/rtcprof.py 2016-03-04 15:39:44 UTC (rev 681)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/utils/rtcprof/rtcprof.py 2016-03-04 16:25:06 UTC (rev 682)
@@ -47,11 +47,12 @@
opts.append("logger.enable:NO")
opts.append("-o")
opts.append("manager.corba_servant:NO")
+ opts.append("-o")
+ opts.append("timer.enable:NO")
# Manager initialization
OpenRTM_aist.Manager.init(opts)
mgr = OpenRTM_aist.Manager.instance()
- mgr.shutdown()
# loaded profile = old profiles - new profiles
# for old
More information about the openrtm-commit
mailing list