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()1503 if (mSocketBatchReadHistogram[i] == 0) { in dumpStats()1520 dprintf(out, "%s: %lld\n", range.c_str(), (long long)mSocketBatchReadHistogram[i]); in dumpStats()2071 for (const auto& it : mSocketBatchReadHistogram) { in dumpStats()
965 std::vector<int64_t> mSocketBatchReadHistogram; variable