Searched refs:maxLoad (Results 1 – 2 of 2) sorted by relevance
379 int maxLoad = ( s_SampleLength * nn::os::Tick::TICKS_PER_SECOND) / s_SampleRate; in GetLoad() local380 return ( (f32)s_FxLoad / (f32)maxLoad ) * 100.0f; in GetLoad()
573 int maxLoad = 0; in GetMaxLoadByPercent() local579 maxLoad = i; in GetMaxLoadByPercent()583 return maxLoad; in GetMaxLoadByPercent()