Searched refs:HighResolutionClock (Results 1 – 4 of 4) sorted by relevance
56 HighResolutionClock GetStartTime() const;57 HighResolutionClock GetEndTime() const;66 HighResolutionClock m_StartTime;67 HighResolutionClock m_EndTime;
38 HighResolutionClock AsyncExecutionCallback::GetStartTime() const in GetStartTime()43 HighResolutionClock AsyncExecutionCallback::GetEndTime() const in GetEndTime()
186 HighResolutionClock startTime = armnn::GetTimeNow(); in ProcessExecPriorities()
393 using HighResolutionClock = std::chrono::high_resolution_clock::time_point; typedef394 using InferenceTimingPair = std::pair<HighResolutionClock, HighResolutionClock>;