Lines Matching defs:counters
16 #include "src/logging/counters-definitions.h"
27 // counters for monitoring. Counters can be looked up and
87 explicit StatsTable(Counters* counters);
126 void Init(Counters* counters, const char* name) {
128 DCHECK_NOT_NULL(counters);
131 counters_ = counters;
181 Counters* counters) {
187 counters_ = counters;
191 Counters* counters() const { return counters_; }
256 Counters* counters) {
257 Histogram::Initialize(name, min, max, num_buckets, counters);
271 Counters* counters)
273 Initialize(name, min, max, resolution, num_buckets, counters);
485 // This file contains all the v8 counters that are in use.