Struct SYN_Profiler¶
Task profiler instance.
#include <syn_profiler.h>
Public Attributes¶
| Type | Name |
|---|---|
| uint8_t | capacity |
| bool | enabled |
| SYN_ProfileEntry * | entries |
| uint32_t | period_ms |
| uint32_t | period_start |
Public Attributes Documentation¶
variable capacity¶
Number of entries
variable enabled¶
Profiling active
variable entries¶
Profile entry array
variable period_ms¶
Measurement period (ms)
variable period_start¶
Tick at start of current period
The documentation for this class was generated from the following file src/syntropic/debug/syn_profiler.h