Platform Package reference: Function EwPrintPerfCounters()

Description of the function EwPrintPerfCounters() available when using the Platform Package source code for C compatible target systems. This function is intended for debugging purpose only.

Declaration

void EwPrintPerfCounters( void )

Discussion

The function EwPrintPerfCounters() prints the time values measured and collected in all performance counters since the last EwResetPerfCounters() invocation. 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.