HomeSort by relevance Sort by last modified time
    Searched refs:scaled_sum (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/metrics/
histogram_base.cc 161 double scaled_sum,
163 StringAppendF(output, " (%d = %3.1f%%)", current, current/scaled_sum);
histogram_base.h 188 double scaled_sum,
histogram.cc 507 double scaled_sum = (past + current + remaining) / 100.0; local
508 WriteAsciiBucketValue(current, scaled_sum, output);
510 double percentage = past / scaled_sum;

Completed in 302 milliseconds