Searched defs:instruments (Results 1 – 12 of 12) sorted by relevance
31 instruments; in GetInstrumentList() local41 auto& instruments = GetInstrumentList(); in RegisterUInt64Counter() local73 auto& instruments = GetInstrumentList(); in RegisterDoubleCounter() local105 auto& instruments = GetInstrumentList(); in RegisterUInt64Histogram() local137 auto& instruments = GetInstrumentList(); in RegisterDoubleHistogram() local169 auto& instruments = GetInstrumentList(); in RegisterInt64Gauge() local201 auto& instruments = GetInstrumentList(); in RegisterDoubleGauge() local233 auto& instruments = GetInstrumentList(); in RegisterCallbackInt64Gauge() local265 auto& instruments = GetInstrumentList(); in RegisterCallbackDoubleGauge() local
56 private final ImmutableSet<Instrument> instruments; field in BenchmarkClassChecker100 ImmutableSet<Instrument> instruments(); in instruments() method
23 ImmutableSet<Instrument> instruments(); in instruments() method
71 private final ImmutableSet<Instrument> instruments; field in ExperimentingCaliperRun82 ImmutableSet<Instrument> instruments, in ExperimentingCaliperRun()
55 @Override public ImmutableSet<Instrument> instruments() { in instruments() method in FullCartesianExperimentSelector
245 BenchmarkClass benchmarkClass, ImmutableSet<Instrument> instruments) in provideInstrumentations()
145 std::vector<InstrumentPtr> instruments(0); in ScopedProfilingEvent() local162 void ConstructNextInVector(std::vector<InstrumentPtr>& instruments) in ConstructNextInVector()168 void ConstructNextInVector(std::vector<InstrumentPtr>& instruments, Arg&& arg, Args&&... args) in ConstructNextInVector()
15 std::vector<InstrumentPtr>&& instruments, in Event()
208 std::vector<InstrumentPtr>&& instruments, in BeginEvent()637 std::vector<InstrumentPtr>&& instruments, in BeginEvent()
117 auto& instruments = GlobalInstrumentsRegistry::GetInstrumentList(); in ResetGlobalInstrumentsRegistry() local125 const std::vector<GlobalInstrumentsRegistry::GlobalInstrumentDescriptor>& in FindInstrument()
75 …arm_compute::utils::EnumListOption<InstrumentsDescription> *instruments; /**< Instruments optio… variable
185 def _get_idns_and_verify(self, instruments, opc=False): argument