#include <revolution/ax.h> u32 AXGetDspCycles(void);
None.
Returns the number of DSP cycles the user attempted to use on the last audio frame.
The AXGetDspCycles function returns the estimated total number of DSP cycles that AX attempted to use on the last frame.
Note: The actual number of DSP cycles used is always bounded by the maximum specified in AXSetMaxDspCycles.
AXSetMaxDspCycles, AXGetMaxDspCycles
2006/03/01 Initial version.
CONFIDENTIAL