Platform Package reference: Function EwPrintProfilerStatistic()

Description of the function EwPrintProfilerStatistic() available in all Platform Packages for C compatible target systems. This function is intended for debugging purpose only.

Declaration

void EwPrintProfilerStatistic( int aDetailed )

Parameters

aDetailed

Flag to control the detail level of the function.

Discussion

The function EwPrintProfilerStatistic() prints out a statistic information with the amount of memory allocated by Chora objects, strings and resources. Additionally, the current total memory allocation and the maximum peak value is reported. If the parameter aDetailed is != 0 (not zero), a detailed object report is printed with all existing objects and their classes.