nn::nex::Pacer::GetStats Member Function

Syntax

void GetStats(
     TimeInterval * ptiTotal,
     TimeInterval * ptiTotalProcessing,
     TimeInterval * ptiMinProcessing,
     TimeInterval * ptiMaxProcessing,
     qUnsignedInt32 * puiLoops
) const;

Parameters

Name Description
out ptiTotal Returns the time elapsed since the statistics were generated or since the ResetStats function was called.
out ptiTotalProcessing Returns the total processing time spent on other processes since the Pace function was last called.
out ptiMinProcessing Returns the minimum processing time spent on another process since the last time the Pace function was called.
out ptiMaxProcessing Returns the maximum processing time spent on another process since the last time the Pace function was called.
out puiLoops Returns the number of times the Pace function was called since the statistics were generated or since the ResetStats function was called.

Return Values

None.

Description

Gets statistical information.

Revision History

2012/07/18
Initial version.

CONFIDENTIAL