FreeRTOS:
Common I/O
AWS IoT Common I/O library
|
Return to main page ↑ |
This file contains all the Performance counters HAL API definitions. More...
Go to the source code of this file.
Functions | |
void | iot_perfcounter_open (void) |
iot_perfcounter_open is used to Initialize the performance counter. | |
uint64_t | iot_perfcounter_get_value (void) |
iot_perfcounter_get_value is used to get the current performance counter value. More... | |
uint32_t | iot_perfcounter_get_frequency (void) |
iot_perfcounter_get_frequency is used to get the current frequency performance counters are running at. This can be used to determine the time delta between two perfcounter values returned by valling iot_perfcounter_get_value() More... | |
void | iot_perfcounter_close (void) |
iot_perfcounter_close is used to de-initialize the perfcounter. It may reset the counter value in perfcounter. | |
This file contains all the Performance counters HAL API definitions.