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

References

lib/Support/Unix/Process.inc
  446   const auto Now = std::chrono::high_resolution_clock::now();
tools/clang/tools/extra/clangd/index/dex/dexp/Dexp.cpp
   42   const auto TimerStart = std::chrono::high_resolution_clock::now();
   44   const auto TimerStop = std::chrono::high_resolution_clock::now();
tools/lld/Common/Timer.cpp
   34   startTime = std::chrono::high_resolution_clock::now();
   38   total += (std::chrono::high_resolution_clock::now() - startTime);
tools/lld/include/lld/Common/Timer.h
   49   std::chrono::time_point<std::chrono::high_resolution_clock> startTime;
usr/include/c++/7.4.0/mutex
  138       typedef chrono::high_resolution_clock 	__clock_t;
utils/benchmark/src/timers.h
   19 template <bool HighResIsSteady = std::chrono::high_resolution_clock::is_steady>
   21   typedef std::chrono::high_resolution_clock type;