39#ifndef _IOT_PERFCOUNTER_H
40#define _IOT_PERFCOUNTER_H
uint64_t iot_perfcounter_get_value(void)
iot_perfcounter_get_value is used to get the current performance counter value.
void iot_perfcounter_open(void)
iot_perfcounter_open is used to Initialize the performance counter.
uint32_t iot_perfcounter_get_frequency(void)
iot_perfcounter_get_frequency is used to get the current frequency performance counters are running a...
void iot_perfcounter_close(void)
iot_perfcounter_close is used to de-initialize the perfcounter. It may reset the counter value in per...