Go to the source code of this file.
Namespaces | |
AddRemoveRTCTest | |
Functions | |
def | AddRemoveRTCTest.leak_check (rss_start, rss_end) |
memory leak check More... | |
def | AddRemoveRTCTest.mem_rss () |
def | AddRemoveRTCTest.print_file_and_cons (out_data, out_flag=0) |
file and console out More... | |
Variables | |
AddRemoveRTCTest.compo0 = ns.rtc_handles["ConsoleIn0.rtc"] | |
AddRemoveRTCTest.ec = compo0.rtc_ref.get_owned_contexts() | |
AddRemoveRTCTest.env = RtmEnv(sys.argv, ["localhost:9898"]) | |
string | AddRemoveRTCTest.fodat = "=== " + test_case + " start ===" |
More... | |
AddRemoveRTCTest.fout = open(test_case + ".log", 'w') | |
AddRemoveRTCTest.list0 = env.name_space["localhost:9898"].list_obj() | |
int | AddRemoveRTCTest.loop_cnt = 1000 |
AddRemoveRTCTest.ns = env.name_space['localhost:9898'] | |
AddRemoveRTCTest.retcode = ec[0].add_component(seqin0.rtc_ref) | |
def | AddRemoveRTCTest.rss0 = rss0 |
def | AddRemoveRTCTest.rss1 = i |
def | AddRemoveRTCTest.rssEnd = mem_rss() |
AddRemoveRTCTest.seqin0 = ns.rtc_handles["SequenceInComponent0.rtc"] | |
string | AddRemoveRTCTest.test_case = "AddRemoveRTCTest" |
file out setting More... | |