Searched refs:start_time (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove_all/ |
| H A D | toctou.pass.cpp | 64 auto start_time = std::chrono::system_clock::now(); in main() local 69 while (elapsed_since(start_time) < std::chrono::seconds(5)) { in main() 72 elapsed_since(start_time).count()); in main()
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | reports.py | 159 test_name, start_time, elapsed_time, test_output, result_code, is_expected argument 163 'start_time': datetime.datetime.fromtimestamp(start_time).isoformat() + 'Z', 210 start_time=test.result.start, 225 start_time=micro_test.start 262 start_time = test.result.start - first_start_time if test.result.start else 0.0 268 'ts': int(start_time * 1000000.),
|
| /llvm-project-15.0.7/libcxx/test/libcxx/input.output/filesystems/class.directory_entry/directory_entry.mods/ |
| H A D | last_write_time.pass.cpp | 55 file_time_type start_time = file_time_type::clock::now() - hours(1); in TEST_CASE() local 56 last_write_time(file, start_time); in TEST_CASE()
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/formats/ |
| H A D | googletest.py | 236 start_time = test.result.start or 0.0 276 res.start = start_time 277 start_time = start_time + elapsed_time
|
| /llvm-project-15.0.7/clang/utils/analyzer/ |
| H A D | SATestUtils.py | 87 start_time = time.time() 129 return time.time() - start_time, peak_mem
|
| H A D | SATestBuild.py | 336 start_time = time.time() 784 start_time = time.time()
|
| /llvm-project-15.0.7/mlir/benchmark/python/ |
| H A D | benchmark_sparse.py | 117 start_time = time.time_ns() 119 return time.time_ns() - start_time
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | disasm-stress-test.py | 207 start_time = time.time() variable 214 elapsed_time = curr_time - start_time
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_stats.h | 671 void push_back(uint64_t start_time, uint64_t stop_time, int nest_level, in push_back() argument 684 kmp_stats_event(start_time, stop_time, nest_level, name); in push_back() 766 inline void push_event(uint64_t start_time, uint64_t stop_time, in push_event() argument 768 _event_vector.push_back(start_time, stop_time, nest_level, name); in push_event()
|
| /llvm-project-15.0.7/clang/utils/perf-training/ |
| H A D | perf-helper.py | 101 start_time = time.time() 107 elapsed = time.time() - start_time
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 2470 const auto start_time = steady_clock::now(); in TestPacketSpeed() local 2479 const auto total_time = end_time - start_time; in TestPacketSpeed() 2523 const auto start_time = steady_clock::now(); in TestPacketSpeed() local 2533 const auto total_time = end_time - start_time; in TestPacketSpeed()
|
| /llvm-project-15.0.7/openmp/runtime/src/include/ |
| H A D | omp-tools.h.var | 554 ompt_device_time_t start_time;
|