Go to the source code of this file.
Namespaces | |
ManagerTest | |
Functions | |
def | ManagerTest.leak_check (rss_start, rss_end) |
memory leak check More... | |
def | ManagerTest.mem_rss () |
def | ManagerTest.print_file_and_cons (out_data, out_flag=0) |
file and console out More... | |
Variables | |
ManagerTest.env = RtmEnv(sys.argv, ["localhost:9898"]) | |
string | ManagerTest.fodat = "=== " + test_case + " start ===" |
More... | |
ManagerTest.fout = open(test_case + ".log", 'w') | |
int | ManagerTest.loop_cnt = 1000 |
ManagerTest.manager = naming.resolve(mgr_name)._narrow(RTM.Manager) | |
string | ManagerTest.mgr_name = socket.gethostname()+".host_cxt/manager.mgr" |
ManagerTest.naming = CorbaNaming(env.orb,"localhost:9898") | |
def | ManagerTest.rss0 = rss0 |
Manager::get_loadable_modules();. More... | |
def | ManagerTest.rss1 = i |
def | ManagerTest.rssEnd = mem_rss() |
string | ManagerTest.test_case = "ManagerTest" |
file out setting More... | |