nn::dbg::CTR::Statistics::Collect Member Function#include <nn/dbg.h>
void Collect(
Instrument * info,
bool isClear = true
);
| Name | Description | |
|---|---|---|
| info | Instrumentation buffer for collecting statistics. | |
| isClear | Indicates whether the instrumentation buffer is cleared after collecting statistics. |
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.
CONFIDENTIAL