#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 convenient 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 counters' operation is set using the GXSetGPMetric, GXSetGP0Metric or GXSetGP1Metric function. The counter values are read using the GXReadGPMetric, GXReadGP0Metric or GXReadGP1Metric function. For more details, consult the manual page for each function.
GXReadMemMetric, GXClearMemMetric, GXReadPixMetric, GXClearPixMetric, GXReadVCacheMetric, GXSetVCacheMetric, GXClearVCacheMetric
2006/03/01 Initial version.
CONFIDENTIAL