Platform SDK: Performance Monitoring

PERF_SAMPLE_FRACTION

A count that is either 1 or 0 on each sampling interrupt. The CounterData is the counter of 1s sampled. For display in terms of a percentage.

Element Value
X CounterData
Y N/A
Time base N/A
Data Size 4 Bytes
Display Suffix %
Calculation 100*(X1-X0)/(B1-B0)