GetAudioCyclesUsed
Poll current number of DSP cycles.
Synopsis
int32 GetAudioCyclesUsed (void)
Description
Polls the current number of DSP cycles executed in the last frame. This can vary significantly from frame to frame but should always be less than the number of cyles allocated.
This call is typically used for diagnostic purposes. It should not be used in a released title.
Arguments
- None
-
Return Value
Number of cycles.
Implementation
SWI implemented in Audio folio V24.
Associated Files
audio.h
See Also
GetAudioFrameCount
()