Functions | |
def | leak_check (rss_start, rss_end) |
memory leak check More... | |
def | mem_rss () |
def | print_file_and_cons (out_data, out_flag=0) |
file and console out More... | |
Variables | |
compo0 = ns.rtc_handles["ConsoleOut0.rtc"] | |
compo1 = ns.rtc_handles["ConsoleIn0.rtc"] | |
ec = compo0.rtc_ref.get_owned_contexts() | |
ec_id = compo0.rtc_ref.get_context_handle(ec[0]) | |
env = RtmEnv(sys.argv, ["localhost:9898"]) | |
string | fodat = "=== " |
More... | |
fout = open(test_case + ".log", 'w') | |
list0 = env.name_space["localhost:9898"].list_obj() | |
int | loop_cnt = 1000 |
ns = env.name_space['localhost:9898'] | |
int | rss0 = 0 |
rss1 = i | |
rssEnd = mem_rss() | |
rssStart | |
string | test_case = "RTCTest" |
file out setting More... | |
def RTCTest.leak_check | ( | rss_start, | |
rss_end | |||
) |
memory leak check
Definition at line 50 of file RTCTest.py.
def RTCTest.mem_rss | ( | ) |
Definition at line 29 of file RTCTest.py.
def RTCTest.print_file_and_cons | ( | out_data, | |
out_flag = 0 |
|||
) |
file and console out
Definition at line 34 of file RTCTest.py.
RTCTest.compo0 = ns.rtc_handles["ConsoleOut0.rtc"] |
Definition at line 27 of file RTCTest.py.
RTCTest.compo1 = ns.rtc_handles["ConsoleIn0.rtc"] |
Definition at line 26 of file RTCTest.py.
RTCTest.ec = compo0.rtc_ref.get_owned_contexts() |
Definition at line 65 of file RTCTest.py.
RTCTest.ec_id = compo0.rtc_ref.get_context_handle(ec[0]) |
Definition at line 66 of file RTCTest.py.
RTCTest.env = RtmEnv(sys.argv, ["localhost:9898"]) |
Definition at line 18 of file RTCTest.py.
string RTCTest.fodat = "=== " |
Definition at line 62 of file RTCTest.py.
RTCTest.fout = open(test_case + ".log", 'w') |
Definition at line 60 of file RTCTest.py.
RTCTest.list0 = env.name_space["localhost:9898"].list_obj() |
Definition at line 19 of file RTCTest.py.
int RTCTest.loop_cnt = 1000 |
Definition at line 69 of file RTCTest.py.
RTCTest.ns = env.name_space['localhost:9898'] |
Definition at line 24 of file RTCTest.py.
int RTCTest.rss0 = 0 |
Definition at line 79 of file RTCTest.py.
RTCTest.rss1 = i |
Definition at line 82 of file RTCTest.py.
RTCTest.rssEnd = mem_rss() |
Definition at line 88 of file RTCTest.py.
RTCTest.rssStart |
Definition at line 79 of file RTCTest.py.
string RTCTest.test_case = "RTCTest" |
file out setting
Definition at line 59 of file RTCTest.py.