Searched refs:WALL_CLOCK_TIMER (Results 1 – 5 of 5) sorted by relevance
/external/ComputeLibrary/tests/framework/instruments/ |
D | Instruments.cpp | 43 …{ "wall_clock", std::pair<InstrumentType, ScaleFactor>(InstrumentType::WALL_CLOCK_TIMER, ScaleFact… in instrument_type_from_name() 44 …lock_timer", std::pair<InstrumentType, ScaleFactor>(InstrumentType::WALL_CLOCK_TIMER, ScaleFactor:… in instrument_type_from_name() 45 …k_timer_ms", std::pair<InstrumentType, ScaleFactor>(InstrumentType::WALL_CLOCK_TIMER, ScaleFactor:… in instrument_type_from_name() 46 …ck_timer_s", std::pair<InstrumentType, ScaleFactor>(InstrumentType::WALL_CLOCK_TIMER, ScaleFactor:… in instrument_type_from_name()
|
D | Instruments.h | 50 WALL_CLOCK_TIMER = 0x0100, enumerator 101 case InstrumentType::WALL_CLOCK_TIMER:
|
/external/ComputeLibrary/tests/framework/ |
D | Framework.cpp | 60 …ents.emplace(std::pair<InstrumentType, ScaleFactor>(InstrumentType::WALL_CLOCK_TIMER, ScaleFactor:… in Framework() 61 …ents.emplace(std::pair<InstrumentType, ScaleFactor>(InstrumentType::WALL_CLOCK_TIMER, ScaleFactor:… in Framework() 62 …ents.emplace(std::pair<InstrumentType, ScaleFactor>(InstrumentType::WALL_CLOCK_TIMER, ScaleFactor:… in Framework()
|
/external/ComputeLibrary/tests/framework/command_line/ |
D | CommonOptions.cpp | 86 …scription> { std::pair<InstrumentType, ScaleFactor>(InstrumentType::WALL_CLOCK_TIMER, ScaleFactor:… in CommonOptions()
|
/external/ComputeLibrary/docs/user_guide/ |
D | tests.dox | 358 `WALL_CLOCK_TIMER` will measure time using `gettimeofday`: this should work on all platforms. 360 You can pass a combinations of these instruments: `--instruments=PMU,MALI,WALL_CLOCK_TIMER`
|