Public Attributes | |
uint32_t | node_cnt |
uint32_t | run_cnt |
uint32_t | seed |
uint8_t | verbosity |
uint32_t | range_start |
uint32_t | range_end |
State for the current test execution.
Definition at line 97 of file test_mkavl.c.
uint32_t test_mkavl_opts_st_::node_cnt |
The max number of nodes for the AVL tree
Definition at line 99 of file test_mkavl.c.
uint32_t test_mkavl_opts_st_::range_end |
The ending value for the data range
Definition at line 109 of file test_mkavl.c.
uint32_t test_mkavl_opts_st_::range_start |
The starting value for the data range
Definition at line 107 of file test_mkavl.c.
uint32_t test_mkavl_opts_st_::run_cnt |
The number of separate runs to do
Definition at line 101 of file test_mkavl.c.
uint32_t test_mkavl_opts_st_::seed |
The RNG seed for the first run
Definition at line 103 of file test_mkavl.c.
uint8_t test_mkavl_opts_st_::verbosity |
The verbosity level for the test
Definition at line 105 of file test_mkavl.c.