Retrieves the current CPU usage of BASS.
float BASS_GetCPU();
The CPU usage value includes the time taken by decoding and DSP/FX processing during playback buffer update cycles plus the time taken to produce the final output mix. The processing of some add-on stream formats may not be entirely included if they use additional decoding threads; see the add-on documentation for details.
If automatic updates are disabled then the playback buffer update cycle CPU usage value is updated after each call to BASS_Update. BASS_ChannelUpdate usage is not included. The CPU usage of an individual channel is available via the BASS_ATTRIB_CPU attribute.