reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/Unix/Unix.h
   88          std::chrono::microseconds(TV.tv_usec);
  107   RetVal.tv_usec = (TP.time_since_epoch() % seconds(1)).count();
projects/openmp/runtime/src/z_Linux_util.cpp
 1783   TIMEVAL_TO_TIMESPEC(&tval, &stop);
 1793   TIMEVAL_TO_TIMESPEC(&tval, &__kmp_sys_timer_data.start);
 1964       (double)tv.tv_usec * (1.0 / (double)KMP_USEC_PER_SEC) + (double)tv.tv_sec;
 1976                     (kmp_uint64)1000 * (kmp_uint64)t.tv_usec;
tools/lldb/source/Utility/SelectHelper.cpp
  207         tv.tv_usec = dur_usecs.count();
  211         tv.tv_usec = 0;
utils/benchmark/src/timers.cc
   83           static_cast<double>(ru.ru_utime.tv_usec) * 1e-6 +
   85           static_cast<double>(ru.ru_stime.tv_usec) * 1e-6);
utils/unittest/googletest/src/gtest.cc
  843   return static_cast<TimeInMillis>(now.tv_sec) * 1000 + now.tv_usec / 1000;