reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
446 const auto Now = std::chrono::high_resolution_clock::now();
tools/clang/tools/extra/clangd/index/dex/dexp/Dexp.cpp42 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.h19 template <bool HighResIsSteady = std::chrono::high_resolution_clock::is_steady> 21 typedef std::chrono::high_resolution_clock type;