void GetStats( TimeInterval * ptiTotal, TimeInterval * ptiTotalProcessing, TimeInterval * ptiMinProcessing, TimeInterval * ptiMaxProcessing, qUnsignedInt32 * puiLoops ) const;
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. |
Gets statistical information.
CONFIDENTIAL