Home
last modified time | relevance | path

Searched refs:high_resolution_clock (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__chrono/
H A Dhigh_resolution_clock.h26 typedef steady_clock high_resolution_clock; typedef
28 typedef system_clock high_resolution_clock;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__thread/
H A Dpoll_with_backoff.h40 auto const __start = chrono::high_resolution_clock::now();
48 chrono::nanoseconds const __elapsed = chrono::high_resolution_clock::now() - __start;
/freebsd-14.2/contrib/llvm-project/lld/Common/
H A DTimer.cpp19 startTime = std::chrono::high_resolution_clock::now(); in ScopedTimer()
25 t->addToTotal(std::chrono::high_resolution_clock::now() - startTime); in stop()
/freebsd-14.2/contrib/llvm-project/lld/include/lld/Common/
H A DTimer.h32 std::chrono::time_point<std::chrono::high_resolution_clock> startTime;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h26 using StatsClock = std::chrono::high_resolution_clock;
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dchrono.inc120 // [time.clock.hires], class high_resolution_clock
121 using std::chrono::high_resolution_clock;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc469 const auto Now = std::chrono::high_resolution_clock::now();
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dchrono340 typedef steady_clock high_resolution_clock;
815 #include <__chrono/high_resolution_clock.h>
H A Dlibcxx.imp279 { include: [ "<__chrono/high_resolution_clock.h>", "private", "<chrono>", "public" ] },
H A Dmodule.modulemap.in1148 header "__chrono/high_resolution_clock.h"
/freebsd-14.2/lib/libc++/
H A DMakefile588 CHR_HEADERS+= high_resolution_clock.h
H A Dmodule.modulemap1148 header "__chrono/high_resolution_clock.h"
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3357 SYMBOL(high_resolution_clock, std::chrono::, <chrono>)
/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp14643 …td::chrono::duration_cast<std::chrono::nanoseconds>( std::chrono::high_resolution_clock::now().tim… in getCurrentNanosecondsSinceEpoch()