GXClearGPMetric

C Specification

#include <revolution/gx.h>
void GXClearGPMetric( void );

#define GXClearGP0Metric() GXClearGPMetric()
#define GXClearGP1Metric()       GXClearGPMetric()

Arguments

None.

Return Values

None.

Description

The Graphics Processor (GP) can count many internal events that give detailed information on performance. This convenience function clears the two virtual GP performance counters to zero. This function resets CPU accessible counters, so it should not be used in a display list. The counter's function is set using GXSetGPMetric, GXSetGP0Metric or GXSetGP1Metric. The counter's value is read using GXReadGPMetric, GXReadGP0Metric, or GXReadGP1Metric. for more details.

See Also

GXReadMemMetric
GXClearMemMetric
GXReadPixMetric
GXClearPixMetric
GXReadVCacheMetric
GXSetVCacheMetric
GXClearVCacheMetric

Revision History

03/01/2006 Initial version