Searched refs:mSocketBatchReadHistogram (Results 1 – 2 of 2) sorted by relevance
228 : mStatsdStatsId(rand()), mSocketBatchReadHistogram(kNumBinsInSocketBatchReadHistogram) { in StatsdStats()336 mSocketBatchReadHistogram[bin] += 1; in noteBatchSocketRead()1177 std::fill(mSocketBatchReadHistogram.begin(), mSocketBatchReadHistogram.end(), 0); in resetInternalLocked()1507 if (mSocketBatchReadHistogram[i] == 0) { in dumpStats()1524 dprintf(out, "%s: %lld\n", range.c_str(), (long long)mSocketBatchReadHistogram[i]); in dumpStats()2075 for (const auto& it : mSocketBatchReadHistogram) { in dumpStats()
962 std::vector<int64_t> mSocketBatchReadHistogram; variable