Home
last modified time | relevance | path

Searched defs:instruments (Results 1 – 12 of 12) sorted by relevance

/external/grpc-grpc/src/core/lib/channel/
Dmetrics.cc31 instruments; in GetInstrumentList() local
41 auto& instruments = GetInstrumentList(); in RegisterUInt64Counter() local
73 auto& instruments = GetInstrumentList(); in RegisterDoubleCounter() local
105 auto& instruments = GetInstrumentList(); in RegisterUInt64Histogram() local
137 auto& instruments = GetInstrumentList(); in RegisterDoubleHistogram() local
169 auto& instruments = GetInstrumentList(); in RegisterInt64Gauge() local
201 auto& instruments = GetInstrumentList(); in RegisterDoubleGauge() local
233 auto& instruments = GetInstrumentList(); in RegisterCallbackInt64Gauge() local
265 auto& instruments = GetInstrumentList(); in RegisterCallbackDoubleGauge() local
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DBenchmarkClassChecker.java56 private final ImmutableSet<Instrument> instruments; field in BenchmarkClassChecker
100 ImmutableSet<Instrument> instruments(); in instruments() method
DExperimentSelector.java23 ImmutableSet<Instrument> instruments(); in instruments() method
DExperimentingCaliperRun.java71 private final ImmutableSet<Instrument> instruments; field in ExperimentingCaliperRun
82 ImmutableSet<Instrument> instruments, in ExperimentingCaliperRun()
DFullCartesianExperimentSelector.java55 @Override public ImmutableSet<Instrument> instruments() { in instruments() method in FullCartesianExperimentSelector
DExperimentingRunnerModule.java245 BenchmarkClass benchmarkClass, ImmutableSet<Instrument> instruments) in provideInstrumentations()
/external/armnn/src/armnn/
DProfiling.hpp145 std::vector<InstrumentPtr> instruments(0); in ScopedProfilingEvent() local
162 void ConstructNextInVector(std::vector<InstrumentPtr>& instruments) in ConstructNextInVector()
168 void ConstructNextInVector(std::vector<InstrumentPtr>& instruments, Arg&& arg, Args&&... args) in ConstructNextInVector()
DProfilingEvent.cpp15 std::vector<InstrumentPtr>&& instruments, in Event()
DProfiling.cpp208 std::vector<InstrumentPtr>&& instruments, in BeginEvent()
637 std::vector<InstrumentPtr>&& instruments, in BeginEvent()
/external/grpc-grpc/test/core/util/
Dfake_stats_plugin.cc117 auto& instruments = GlobalInstrumentsRegistry::GetInstrumentList(); in ResetGlobalInstrumentsRegistry() local
125 const std::vector<GlobalInstrumentsRegistry::GlobalInstrumentDescriptor>& in FindInstrument()
/external/ComputeLibrary/tests/framework/command_line/
DCommonOptions.h75 …arm_compute::utils::EnumListOption<InstrumentsDescription> *instruments; /**< Instruments optio… variable
/external/autotest/client/cros/cellular/
Dprologix_scpi_driver_test_noautorun.py185 def _get_idns_and_verify(self, instruments, opc=False): argument