NeoPZ
|
Functions | |
def | error (message, status) |
def | setup_cmd () |
def | setlimits () |
def | sumarize_rdt_results (rundir) |
def | sumarize_rdt_files (rundir) |
def | short_description () |
def | run_test (ntimes) |
def | usage () |
Variables | |
bool | summarize_results |
string | builddir |
string | datadir |
dictionary | limits |
int | run |
int | ntimes |
opts | |
extra_args | |
status | |
results | |
def substruct_tst16.test.error | ( | message, | |
status | |||
) |
Definition at line 42 of file test.py.
Referenced by substruct_tst16.test.run_test(), and substruct_tst16.test.setup_cmd().
def substruct_tst16.test.run_test | ( | ntimes | ) |
Definition at line 157 of file test.py.
References substruct_tst16.test.error(), substruct_tst16.test.setup_cmd(), substruct_tst16.test.short_description(), and substruct_tst16.test.sumarize_rdt_results().
def substruct_tst16.test.setup_cmd | ( | ) |
Definition at line 58 of file test.py.
References substruct_tst16.test.error().
Referenced by substruct_tst16.test.run_test().
def substruct_tst16.test.short_description | ( | ) |
Definition at line 154 of file test.py.
Referenced by substruct_tst16.test.run_test(), and test.usage().
def substruct_tst16.test.sumarize_rdt_results | ( | rundir | ) |
Definition at line 113 of file test.py.
References stats.average(), stats.conf_int(), rdt.get_column_values(), and rdt.read().
Referenced by substruct_tst16.test.run_test().