nn::dbg::CTR::Statistics::Collect Member Function

Syntax

#include <nn/dbg.h>

void Collect(
     Instrument * info,
     bool isClear = true
);

Parameters

Name Description
info Instrumentation buffer for collecting statistics.
isClear Indicates whether the instrumentation buffer is cleared after collecting statistics.

Return Values

None.

Description

Gathers statistics on contents of the instrumentation buffer and reflects results in the statistics class.

The instrumentation buffer on which info gathers statistics.

isClear specifies whether the content in info is cleared after gathering statistics. The buffer is cleared if true.

Revision History

2011/07/12
Initial version.

CONFIDENTIAL