Searched refs:GetCurrentClockCycle (Results 1 – 7 of 7) sorted by relevance
58 static inline uint64 GetCurrentClockCycle() { in GetCurrentClockCycle() function60 return GetCpuUtilsHelperSingletonInstance().GetCurrentClockCycle(); in GetCurrentClockCycle()138 uint64 GetCurrentClockCycle() final { return DUMMY_CYCLE_CLOCK; } in GetCurrentClockCycle() function
38 const uint64 start_clock_count = CpuUtils::GetCurrentClockCycle(); in TEST_F()42 const uint64 clock_count = CpuUtils::GetCurrentClockCycle(); in TEST_F()46 const uint64 end_clock_count = CpuUtils::GetCurrentClockCycle(); in TEST_F()
37 virtual uint64 GetCurrentClockCycle() = 0;
38 uint64 GetCurrentClockCycle() final;
67 const uint64 clockCycle = profile_utils::CpuUtils::GetCurrentClockCycle(); in GetCurrentClockCycleInternal()
47 uint64 AndroidArmV7ACpuUtilsHelper::GetCurrentClockCycle() { in GetCurrentClockCycle() function in tensorflow::profile_utils::AndroidArmV7ACpuUtilsHelper
140 uint64 start_cycles = profile_utils::CpuUtils::GetCurrentClockCycle();143 return profile_utils::CpuUtils::GetCurrentClockCycle() - start_cycles; in ElapsedCycles()