HomeSort by relevance Sort by last modified time
    Searched refs:SteadyClock (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/util/common/
util.h 8 typedef std::chrono::time_point<std::chrono::steady_clock> SteadyClock;
  /device/google/contexthub/util/nanotool/
contexthub.cpp 530 SteadyClock start_time = std::chrono::steady_clock::now();
532 SteadyClock end_time = std::chrono::steady_clock::now();

Completed in 70 milliseconds