Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/libc/utils/testutils/
H A DTimer.cpp18 std::chrono::high_resolution_clock::time_point Start;
19 std::chrono::high_resolution_clock::time_point End;
28 T->Start = std::chrono::high_resolution_clock::now(); in start()
33 T->End = std::chrono::high_resolution_clock::now(); in stop()
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dtimers.h19 template <bool HighResIsSteady = std::chrono::high_resolution_clock::is_steady>
21 typedef std::chrono::high_resolution_clock type;
34 typedef std::chrono::high_resolution_clock type;
/llvm-project-15.0.7/libcxx/include/__chrono/
H A Dhigh_resolution_clock.h27 typedef steady_clock high_resolution_clock; typedef
29 typedef system_clock high_resolution_clock;
/llvm-project-15.0.7/libcxx/test/std/time/time.clock/time.clock.hires/
H A Dconsistency.pass.cpp29 typedef std::chrono::high_resolution_clock C; in main()
34 test(std::chrono::high_resolution_clock::is_steady); in main()
H A Dnow.pass.cpp22 typedef std::chrono::high_resolution_clock C; in main()
/llvm-project-15.0.7/libcxx/include/__thread/
H A Dpoll_with_backoff.h42 auto const __start = chrono::high_resolution_clock::now();
50 chrono::nanoseconds const __elapsed = chrono::high_resolution_clock::now() - __start;
/llvm-project-15.0.7/lld/Common/
H A DTimer.cpp18 startTime = std::chrono::high_resolution_clock::now(); in ScopedTimer()
24 t->addToTotal(std::chrono::high_resolution_clock::now() - startTime); in stop()
/llvm-project-15.0.7/libcxxabi/test/support/
H A Dtimer.h20 typedef std::chrono::high_resolution_clock Clock;
/llvm-project-15.0.7/libcxx/test/std/thread/thread.condition/
H A Dnotify_all_at_thread_exit.pass.cpp33 typedef std::chrono::high_resolution_clock Clock;
/llvm-project-15.0.7/lld/include/lld/Common/
H A DTimer.h32 std::chrono::time_point<std::chrono::high_resolution_clock> startTime;
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/X86/
H A DX86Counter.cpp172 std::chrono::high_resolution_clock::now() + std::chrono::microseconds(5); in checkLbrSupport()
175 I < kLbrEntries || std::chrono::high_resolution_clock::now() < TimeLimit; in checkLbrSupport()
/llvm-project-15.0.7/libcxx/test/libcxx/thread/thread.condition/
H A DPR30202_notify_from_pthread_created_thread.pass.cpp41 typedef std::chrono::high_resolution_clock Clock;
/llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.unique_future/
H A Dwait.pass.cpp48 typedef std::chrono::high_resolution_clock Clock; in test()
H A Dwait_for.pass.cpp57 typedef std::chrono::high_resolution_clock Clock; in test()
H A Dwait_until.pass.cpp70 typedef std::chrono::high_resolution_clock Clock; in main()
/llvm-project-15.0.7/third-party/benchmark/test/
H A Dbenchmark_test.cc189 auto start = std::chrono::high_resolution_clock::now(); in BM_ManualTiming()
193 auto end = std::chrono::high_resolution_clock::now(); in BM_ManualTiming()
/llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.shared_future/
H A Dwait.pass.cpp48 typedef std::chrono::high_resolution_clock Clock; in main()
H A Dwait_until.pass.cpp70 typedef std::chrono::high_resolution_clock Clock; in main()
H A Dwait_for.pass.cpp55 typedef std::chrono::high_resolution_clock Clock; in main()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStatistics.h24 using StatsClock = std::chrono::high_resolution_clock;
/llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.async/
H A Dasync.pass.cpp31 typedef std::chrono::high_resolution_clock Clock;
/llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/dexp/
H A DDexp.cpp55 const auto TimerStart = std::chrono::high_resolution_clock::now(); in reportTime()
57 const auto TimerStop = std::chrono::high_resolution_clock::now(); in reportTime()
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DRunnerUtils.cpp80 auto now = std::chrono::high_resolution_clock::now(); in _mlir_ciface_nanoTime()
/llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.cpp189 auto submitStart = std::chrono::high_resolution_clock::now(); in run()
193 auto submitEnd = std::chrono::high_resolution_clock::now(); in run()
196 auto execEnd = std::chrono::high_resolution_clock::now(); in run()
/llvm-project-15.0.7/libc/benchmarks/
H A DLibcBenchmark.h194 typename BenchmarkClock = const std::chrono::high_resolution_clock>

12