#include <revolution/gx.h>
void GXClearGPMetric( void );
#define GXClearGP0Metric() GXClearGPMetric()
#define GXClearGP1Metric() GXClearGPMetric()
None.
None.
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.
GXReadMemMetric
GXClearMemMetric
GXReadPixMetric
GXClearPixMetric
GXReadVCacheMetric
GXSetVCacheMetric
GXClearVCacheMetric
03/01/2006 Initial version