#include <nitro/os.h>
void OS_ClearFunctionCostBuffer( void );
None.
None.
This function clears the function cost calculation buffer.
When data is accumulated in the cost statistics buffer, the calculation buffer is automatically cleared. Call this function if you want to explicitly clear the buffer.
If this function is compiled for debugging, it will function properly. However, if compiled for the final ROM version (FINALROM
) library, it will not do anything.
OS_InitFunctionCost, OS_CalcStatistics
2004/05/18 Initial version.
CONFIDENTIAL