OS_ClearCallTraceBuffer

Syntax

#include <nitro/os.h>

void OS_ClearCallTraceBuffer( void );

Arguments

None.

Return Values

None.

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.

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.

See Also

OS_InitCallTrace, OS_DumpCallTrace

Revision History

2004/04/22 Initial version.


CONFIDENTIAL