Searched defs:instruments (Results 1 – 10 of 10) sorted by relevance
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()
75 …arm_compute::utils::EnumListOption<InstrumentsDescription> *instruments; /**< Instruments optio… variable
185 def _get_idns_and_verify(self, instruments, opc=False): argument