Home
last modified time | relevance | path

Searched refs:counters_ (Results 1 – 14 of 14) sorted by relevance

/third_party/benchmark/src/
Dperf_counters.h153 size_t num_counters() const { return counters_.num_counters(); } in num_counters()
155 std::vector<std::string> names() const { return counters_.names(); } in names()
162 valid_read_ &= counters_.Snapshot(&start_values_); in Start()
174 valid_read_ &= counters_.Snapshot(&end_values_); in Stop()
177 for (size_t i = 0; i < counters_.names().size(); ++i) { in Stop()
180 measurements.push_back({counters_.names()[i], measurement}); in Stop()
187 PerfCounters counters_;
Dbenchmark_api_internal.h62 UserCounters counters_; variable
Dperf_counters.cc268 counters_ = PerfCounters::Create(counter_names); in PerfCountersMeasurement()
/third_party/node/deps/v8/src/logging/
Dcounters.h127 DCHECK_NULL(counters_); in Init()
131 counters_ = counters; in Init()
147 Counters* counters_ = nullptr; variable
172 DCHECK_EQ(counters_, expected_counters); in AssertReportsToCounters()
187 counters_ = counters; in Initialize()
188 DCHECK_NOT_NULL(counters_); in Initialize()
191 Counters* counters() const { return counters_; } in counters()
216 Counters* counters_; variable
Dcounters.cc35 DCHECK_NOT_NULL(counters_); in SetupPtrFromStatsTable()
37 int* location = counters_->FindLocation(name_); in SetupPtrFromStatsTable()
51 counters_->AddHistogramSample(histogram_, sample); in AddSample()
56 return counters_->CreateHistogram(name_, min_, max_, num_buckets_); in CreateHistogram()
Druntime-call-stats.h644 return &counters_[static_cast<int>(counter_id)]; in GetCounter()
647 return &counters_[counter_id]; in GetCounter()
659 RuntimeCallCounter counters_[kNumberOfCounters]; variable
Druntime-call-stats.cc157 this->counters_[i] = RuntimeCallCounter(kNames[i]); in RuntimeCallStats()
/third_party/mesa3d/src/panfrost/lib/
Dpan_props.c45 #define MODEL(gpu_id_, shortname, counters_, min_rev_anisotropic_, tib_size_, quirks_) \ argument
49 .performance_counters = counters_, \
/third_party/node/deps/v8/src/d8/
Dd8.h82 Counter counters_[kMaxCounters]; variable
718 static CounterCollection* counters_; variable
Dd8.cc464 CounterCollection* Shell::counters_ = &local_counters_; member in v8::Shell
2832 return &counters_[counters_in_use_++]; in GetNextCounter()
2844 counters_ = static_cast<CounterCollection*>(memory); in MapCounters()
2866 counter = counters_->GetNextCounter(); in GetCounter()
/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc1573 DCHECK_NOT_NULL(counters_); in GetCounters()
1574 return counters_; in GetCounters()
1578 DCHECK_NULL(counters_); in SetCounters()
1579 counters_ = counters; in SetCounters()
1587 Counters* counters_ = nullptr; member in v8::internal::wasm::ModuleDecoderImpl
Dmodule-instantiate.cc55 : counters_(counters), in CompileImportWrapperJob()
74 CompileImportWrapper(native_module_, counters_, key->kind, key->signature, in Run()
81 Counters* const counters_; member in v8::internal::wasm::__anon89d05fc50111::CompileImportWrapperJob
Dc-api.cc268 return &counters_[counters_in_use_++]; in GetNextCounter()
274 Counter counters_[kMaxCounters]; member in wasm::CounterCollection
287 static CounterCollection counters_; member
296 counter = counters_.GetNextCounter(); in GetCounter()
378 CounterCollection EngineImpl::counters_; member in wasm::EngineImpl
Dmodule-compiler.cc2488 : counters_(counters), metrics_recorder_(std::move(metrics_recorder)) {} in DecodeModule()
2502 false, kWasmOrigin, counters_, metrics_recorder_, job->context_id(), in RunInBackground()
2527 ValidateSingleFunction(module, func_index, code, counters_, in RunInBackground()
2554 Counters* const counters_; member in v8::internal::wasm::AsyncCompileJob::DecodeModule