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

  /external/google-benchmark/src/
sleep.h 7 const int64_t kNumMillisPerSecond = 1000LL;
9 const int64_t kNumMicrosPerSecond = kNumMillisPerSecond * 1000LL;
  /external/libcxx/utils/google-benchmark/src/
sleep.h 7 const int64_t kNumMillisPerSecond = 1000LL;
9 const int64_t kNumMicrosPerSecond = kNumMillisPerSecond * 1000LL;

Completed in 77 milliseconds