HomeSort by relevance Sort by last modified time
    Searched full:trunc_mean (Results 1 - 1 of 1) sorted by null

  /external/ltp/lib/
tst_timer_test.c 266 long long trunc_mean, median; local
310 trunc_mean = 0;
313 trunc_mean += samples[i];
318 1.00 * trunc_mean / keep_samples, discard);
320 if (trunc_mean > (nsamples - discard) * usec + threshold) {

Completed in 170 milliseconds