OS_ClearCallTraceBuffer


C Specification

#include <nitro/os.h>

void OS_ClearCallTraceBuffer( void );

Description

This function clears the function call trace information buffer.

This function was made on the assumption that it would be used when function call trace information is recorded in log mode. Calling this function clears everything that has been recorded until the time that you call it. Use this if you want to log from a certain point.

This function is for debugging. Therefore in the final ROM version (FINALROM) library it will not do anything.

Arguments

None

Return Values

None

See Also

OS_InitCallTrace, OS_DumpCallTrace

Revision History

04/22/2004 Initial Version