nn::dbg::CTR::Statistics Class

Header file: nn/dbg.h

Syntax

class Statistics

Description

Statistics class for tracing function calls.

Member Functions

Initialize Declares the buffer region passed to the statistics class and performs initialization.
Collect Gathers statistics on contents of the instrumentation buffer and reflects results in the statistics class.
Dump Displays statistical results.
Clear Destroys statistical results. (Clears the buffer.)
GetIgnoredLines Gets the number of lines of data in the instrumentation buffer that could not be reflected in the statistics buffer.
S SetLogFunction Specifies the output function used to display buffer contents.

Revision History

2011/07/12
Initial version.

CONFIDENTIAL