Motr  M0
st_cfg Struct Reference

#include <st.h>

Collaboration diagram for st_cfg:
Collaboration graph

Data Fields

int sc_nr_threads
 
int sc_run_selected
 
const char * sc_tests
 
int sc_nr_rounds
 
uint64_t sc_deadline
 
enum st_mode sc_mode
 
int sc_pace
 

Detailed Description

Definition at line 104 of file st.h.

Field Documentation

◆ sc_deadline

uint64_t sc_deadline

Definition at line 117 of file st.h.

◆ sc_mode

enum st_mode sc_mode

Definition at line 120 of file st.h.

◆ sc_nr_rounds

int sc_nr_rounds

number of test rounds and expected completion time. Test ends when it reaches either of them.

Definition at line 116 of file st.h.

◆ sc_nr_threads

int sc_nr_threads

Definition at line 106 of file st.h.

◆ sc_pace

int sc_pace

control how fast we issue each single test

  • 0: forward as fast as it can
  • -n: automatically adjust the pace to find the saturation point
  • +n: speed limit (tests/s)

Definition at line 128 of file st.h.

◆ sc_run_selected

int sc_run_selected

Definition at line 109 of file st.h.

◆ sc_tests

const char* sc_tests

Definition at line 110 of file st.h.


The documentation for this struct was generated from the following file: