Searched refs:InstrumentType (Results 1 – 5 of 5) sorted by relevance
/external/ComputeLibrary/tests/framework/instruments/ |
D | Instruments.cpp | 41 { "all", std::pair<InstrumentType, ScaleFactor>(InstrumentType::ALL, ScaleFactor::NONE) }, in instrument_type_from_name() 42 { "none", std::pair<InstrumentType, ScaleFactor>(InstrumentType::NONE, ScaleFactor::NONE) }, in instrument_type_from_name() 43 …{ "wall_clock", std::pair<InstrumentType, ScaleFactor>(InstrumentType::WALL_CLOCK_TIMER, ScaleFact… in instrument_type_from_name() 44 …{ "wall_clock_timer", std::pair<InstrumentType, ScaleFactor>(InstrumentType::WALL_CLOCK_TIMER, Sca… in instrument_type_from_name() 45 …{ "wall_clock_timer_ms", std::pair<InstrumentType, ScaleFactor>(InstrumentType::WALL_CLOCK_TIMER, … in instrument_type_from_name() 46 …{ "wall_clock_timer_s", std::pair<InstrumentType, ScaleFactor>(InstrumentType::WALL_CLOCK_TIMER, S… in instrument_type_from_name() 47 …{ "wall_clock_timestamps", std::pair<InstrumentType, ScaleFactor>(InstrumentType::WALL_CLOCK_TIMES… in instrument_type_from_name() 48 …{ "wall_clock_timestamps_ms", std::pair<InstrumentType, ScaleFactor>(InstrumentType::WALL_CLOCK_TI… in instrument_type_from_name() 49 …{ "wall_clock_timestamps_s", std::pair<InstrumentType, ScaleFactor>(InstrumentType::WALL_CLOCK_TIM… in instrument_type_from_name() 50 …{ "scheduler_timestamps", std::pair<InstrumentType, ScaleFactor>(InstrumentType::SCHEDULER_TIMESTA… in instrument_type_from_name() [all …]
|
D | Instruments.h | 46 enum class InstrumentType : unsigned int enum 69 using InstrumentsDescription = std::pair<InstrumentType, ScaleFactor>; 85 case InstrumentType::WALL_CLOCK_TIMESTAMPS: 101 case InstrumentType::WALL_CLOCK_TIMER: 117 case InstrumentType::SCHEDULER_TIMESTAMPS: 133 case InstrumentType::SCHEDULER_TIMER: 149 case InstrumentType::PMU: 165 case InstrumentType::PMU_CYCLE_COUNTER: 168 case InstrumentType::PMU_INSTRUCTION_COUNTER: 171 case InstrumentType::MALI: [all …]
|
/external/ComputeLibrary/tests/framework/ |
D | Framework.cpp | 55 …_available_instruments.emplace(std::pair<InstrumentType, ScaleFactor>(InstrumentType::WALL_CLOCK_T… in Framework() 56 …_available_instruments.emplace(std::pair<InstrumentType, ScaleFactor>(InstrumentType::WALL_CLOCK_T… in Framework() 58 …_available_instruments.emplace(std::pair<InstrumentType, ScaleFactor>(InstrumentType::WALL_CLOCK_T… in Framework() 60 …_available_instruments.emplace(std::pair<InstrumentType, ScaleFactor>(InstrumentType::WALL_CLOCK_T… in Framework() 61 …_available_instruments.emplace(std::pair<InstrumentType, ScaleFactor>(InstrumentType::WALL_CLOCK_T… in Framework() 62 …_available_instruments.emplace(std::pair<InstrumentType, ScaleFactor>(InstrumentType::WALL_CLOCK_T… in Framework() 63 …_available_instruments.emplace(std::pair<InstrumentType, ScaleFactor>(InstrumentType::SCHEDULER_TI… in Framework() 64 …_available_instruments.emplace(std::pair<InstrumentType, ScaleFactor>(InstrumentType::SCHEDULER_TI… in Framework() 66 …_available_instruments.emplace(std::pair<InstrumentType, ScaleFactor>(InstrumentType::SCHEDULER_TI… in Framework() 68 …_available_instruments.emplace(std::pair<InstrumentType, ScaleFactor>(InstrumentType::SCHEDULER_TI… in Framework() [all …]
|
D | Framework.h | 365 …ework::InstrumentsDescription> _instruments{ std::pair<InstrumentType, ScaleFactor>(InstrumentType…
|
/external/ComputeLibrary/tests/framework/command_line/ |
D | CommonOptions.cpp | 59 std::pair<InstrumentType, ScaleFactor>(InstrumentType::ALL, ScaleFactor::NONE), in CommonOptions() 60 std::pair<InstrumentType, ScaleFactor>(InstrumentType::NONE, ScaleFactor::NONE), in CommonOptions() 86 …::initializer_list<InstrumentsDescription> { std::pair<InstrumentType, ScaleFactor>(InstrumentType… in CommonOptions()
|