Firelight Technologies FMOD Studio API
Performance information for FMOD Studio and low level systems.
typedef struct {
float dspUsage;
float streamUsage;
float geometryUsage;
float updateUsage;
float studioUsage;
} FMOD_STUDIO_CPU_USAGE;
dspUsage
Returns the % CPU time taken by DSP processing on the low level mixer thread.
streamUsage
Returns the % CPU time taken by stream processing on the low level stream thread.
geometryUsage
Returns the % CPU time taken by geometry processing on the low level geometry thread.
updateUsage
Returns the % CPU time taken by low level update, called as part of the studio update.
studioUsage
Returns the % CPU time taken by studio update, called from the studio thread. Does not include low level update time.
Version 1.03.06 Built on Apr 17, 2014