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

References

lib/Support/Unix/Unix.h
   87   return std::chrono::seconds(TV.tv_sec) +
  106   RetVal.tv_sec = toTimeT(TP);
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;
 1975   kmp_uint64 nsec = (kmp_uint64)KMP_NSEC_PER_SEC * (kmp_uint64)t.tv_sec +
tools/lldb/source/Utility/SelectHelper.cpp
  206         tv.tv_sec = dur_secs.count();
  210         tv.tv_sec = 0;
utils/benchmark/src/timers.cc
   82   return (static_cast<double>(ru.ru_utime.tv_sec) +
   84           static_cast<double>(ru.ru_stime.tv_sec) +
utils/unittest/googletest/src/gtest.cc
  843   return static_cast<TimeInMillis>(now.tv_sec) * 1000 + now.tv_usec / 1000;