Home
last modified time | relevance | path

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

/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/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