| /llvm-project-15.0.7/libc/utils/testutils/ |
| H A D | Timer.cpp | 18 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 D | timers.h | 19 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 D | high_resolution_clock.h | 27 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 D | consistency.pass.cpp | 29 typedef std::chrono::high_resolution_clock C; in main() 34 test(std::chrono::high_resolution_clock::is_steady); in main()
|
| H A D | now.pass.cpp | 22 typedef std::chrono::high_resolution_clock C; in main()
|
| /llvm-project-15.0.7/libcxx/include/__thread/ |
| H A D | poll_with_backoff.h | 42 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 D | Timer.cpp | 18 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 D | timer.h | 20 typedef std::chrono::high_resolution_clock Clock;
|
| /llvm-project-15.0.7/libcxx/test/std/thread/thread.condition/ |
| H A D | notify_all_at_thread_exit.pass.cpp | 33 typedef std::chrono::high_resolution_clock Clock;
|
| /llvm-project-15.0.7/lld/include/lld/Common/ |
| H A D | Timer.h | 32 std::chrono::time_point<std::chrono::high_resolution_clock> startTime;
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/X86/ |
| H A D | X86Counter.cpp | 172 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 D | PR30202_notify_from_pthread_created_thread.pass.cpp | 41 typedef std::chrono::high_resolution_clock Clock;
|
| /llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.unique_future/ |
| H A D | wait.pass.cpp | 48 typedef std::chrono::high_resolution_clock Clock; in test()
|
| H A D | wait_for.pass.cpp | 57 typedef std::chrono::high_resolution_clock Clock; in test()
|
| H A D | wait_until.pass.cpp | 70 typedef std::chrono::high_resolution_clock Clock; in main()
|
| /llvm-project-15.0.7/third-party/benchmark/test/ |
| H A D | benchmark_test.cc | 189 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 D | wait.pass.cpp | 48 typedef std::chrono::high_resolution_clock Clock; in main()
|
| H A D | wait_until.pass.cpp | 70 typedef std::chrono::high_resolution_clock Clock; in main()
|
| H A D | wait_for.pass.cpp | 55 typedef std::chrono::high_resolution_clock Clock; in main()
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | Statistics.h | 24 using StatsClock = std::chrono::high_resolution_clock;
|
| /llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.async/ |
| H A D | async.pass.cpp | 31 typedef std::chrono::high_resolution_clock Clock;
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/dexp/ |
| H A D | Dexp.cpp | 55 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 D | RunnerUtils.cpp | 80 auto now = std::chrono::high_resolution_clock::now(); in _mlir_ciface_nanoTime()
|
| /llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/ |
| H A D | VulkanRuntime.cpp | 189 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 D | LibcBenchmark.h | 194 typename BenchmarkClock = const std::chrono::high_resolution_clock>
|