Struct 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¶
Running trace, length n (double).
variable alpha¶
EMA smoothing factor (exp mode).
variable count¶
Frames folded in so far.
variable mode¶
Reduction mode.
variable n¶
Trace length (bins).
The documentation for this class was generated from the following file native/inc/acc_trace/acc_trace_core.h