Platform Package reference: Function EwResetPerfCounters()
Description of the function EwResetPerfCounters() available when using the Platform Package source code for C compatible target systems. This function is intended for debugging purpose only.
Declaration
void EwResetPerfCounters( void )
Discussion
The function EwResetPerfCounters() resets all performance counters so new performance test can begin. To print already collected information the function EwPrintPerfCounters() is available. The collected information is convenient to analyze performance issues with the GUI application and the particular target system.
IMPORTANT
Please note, in order to use the performance counters the Platform Package modules and the GUI application has to be compiled with the C macro EW_PRINT_PERF_COUNTERS defined. If you are using one of our prepared Build Environments you can configure this macro conveniently in the file ewconfig.h. The precompiled libraries are provided without this macro enabled. To use this function, a commercial Platform Package license with source code access is required.
