Home | History | Annotate | Download | only in performance

Lines Matching refs:timeInSeconds

701 			const float timeInSeconds = (float)values[ndx] / 1000.0f / 1000.0f;
702 processingRates[ndx] = (float)(samples[ndx].*predictor) / timeInSeconds;