Home
last modified time | relevance | path

Searched refs:HighResolutionClock (Results 1 – 4 of 4) sorted by relevance

/external/armnn/src/armnn/
DAsyncExecutionCallback.hpp56 HighResolutionClock GetStartTime() const;
57 HighResolutionClock GetEndTime() const;
66 HighResolutionClock m_StartTime;
67 HighResolutionClock m_EndTime;
DAsyncExecutionCallback.cpp38 HighResolutionClock AsyncExecutionCallback::GetStartTime() const in GetStartTime()
43 HighResolutionClock AsyncExecutionCallback::GetEndTime() const in GetEndTime()
DThreadpool.cpp186 HighResolutionClock startTime = armnn::GetTimeNow(); in ProcessExecPriorities()
/external/armnn/include/armnn/
DTypes.hpp393 using HighResolutionClock = std::chrono::high_resolution_clock::time_point; typedef
394 using InferenceTimingPair = std::pair<HighResolutionClock, HighResolutionClock>;