Functions | |
def | leak_check |
memory leak check | |
def | mem_rss |
def | print_file_and_cons |
file and console out | |
Variables | |
tuple | env = RtmEnv(sys.argv, ["localhost:9898"]) |
string | fodat = "=== " |
tuple | fout = open(test_case + ".log", 'w') |
int | loop_cnt = 1000 |
tuple | manager = naming.resolve(mgr_name) |
tuple | mgr_name = socket.gethostname() |
tuple | naming = CorbaNaming(env.orb,"localhost:9898") |
tuple | obj0 = manager.create_component("ConsoleOut") |
Manager::create_component(in string module_name);. | |
tuple | ret0 = manager.delete_component("ConsoleOut0") |
Manager::delete_component(in string instance_name);. | |
tuple | retcode = manager.unload_module(".//ConsoleOut.so") |
Manager::unload_module(in string pathname);. | |
tuple | rss0 = mem_rss() |
tuple | rss1 = mem_rss() |
tuple | rssEnd = mem_rss() |
string | test_case = "CreateDeleteRTCTest" |
file out setting |
def CreateDeleteRTCTest.leak_check | ( | rss_start, | |
rss_end | |||
) |
memory leak check
Definition at line 50 of file CreateDeleteRTCTest.py.
def CreateDeleteRTCTest.mem_rss | ( | ) |
Definition at line 29 of file CreateDeleteRTCTest.py.
def CreateDeleteRTCTest.print_file_and_cons | ( | out_data, | |
out_flag = 0 |
|||
) |
file and console out
Definition at line 34 of file CreateDeleteRTCTest.py.
tuple CreateDeleteRTCTest::env = RtmEnv(sys.argv, ["localhost:9898"]) |
Definition at line 21 of file CreateDeleteRTCTest.py.
string CreateDeleteRTCTest::fodat = "=== " |
-----------------------------------------------------------------------------
Definition at line 62 of file CreateDeleteRTCTest.py.
tuple CreateDeleteRTCTest::fout = open(test_case + ".log", 'w') |
Definition at line 60 of file CreateDeleteRTCTest.py.
int CreateDeleteRTCTest::loop_cnt = 1000 |
Definition at line 65 of file CreateDeleteRTCTest.py.
tuple CreateDeleteRTCTest::manager = naming.resolve(mgr_name) |
Definition at line 25 of file CreateDeleteRTCTest.py.
tuple CreateDeleteRTCTest::mgr_name = socket.gethostname() |
Definition at line 23 of file CreateDeleteRTCTest.py.
tuple CreateDeleteRTCTest::naming = CorbaNaming(env.orb,"localhost:9898") |
Definition at line 24 of file CreateDeleteRTCTest.py.
tuple CreateDeleteRTCTest::obj0 = manager.create_component("ConsoleOut") |
Manager::create_component(in string module_name);.
Definition at line 109 of file CreateDeleteRTCTest.py.
tuple CreateDeleteRTCTest::ret0 = manager.delete_component("ConsoleOut0") |
Manager::delete_component(in string instance_name);.
Definition at line 104 of file CreateDeleteRTCTest.py.
tuple CreateDeleteRTCTest::retcode = manager.unload_module(".//ConsoleOut.so") |
Manager::unload_module(in string pathname);.
Manager::load_module(in string pathname, in string initfunc); retcode = manager.load_module("ConsoleIn.so", "ConsoleInInit")
Definition at line 74 of file CreateDeleteRTCTest.py.
tuple CreateDeleteRTCTest::rss0 = mem_rss() |
Definition at line 85 of file CreateDeleteRTCTest.py.
tuple CreateDeleteRTCTest::rss1 = mem_rss() |
Definition at line 88 of file CreateDeleteRTCTest.py.
tuple CreateDeleteRTCTest::rssEnd = mem_rss() |
Definition at line 94 of file CreateDeleteRTCTest.py.
string CreateDeleteRTCTest::test_case = "CreateDeleteRTCTest" |
file out setting
Definition at line 59 of file CreateDeleteRTCTest.py.