Skip to content

Struct acc_trace_state_t

ClassList > acc_trace_state_t

AccTrace state. Allocate with acc_trace_create() .

  • #include <acc_trace_core.h>

Public Attributes

Type Name
double * acc
double alpha
uint64_t count
acc_trace_mode_t mode
size_t n

Public Attributes Documentation

variable acc

double* acc_trace_state_t::acc;

Running trace, length n (double).


variable alpha

double acc_trace_state_t::alpha;

EMA smoothing factor (exp mode).


variable count

uint64_t acc_trace_state_t::count;

Frames folded in so far.


variable mode

acc_trace_mode_t acc_trace_state_t::mode;

Reduction mode.


variable n

size_t acc_trace_state_t::n;

Trace length (bins).



The documentation for this class was generated from the following file native/inc/acc_trace/acc_trace_core.h