Searched defs:start_time (Results 1 – 8 of 8) sorted by relevance
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove_all/ |
H A D | toctou.pass.cpp | 65 auto start_time = std::chrono::system_clock::now(); in main() local
|
/llvm-project/libcxx/test/libcxx/input.output/filesystems/class.directory_entry/directory_entry.mods/ |
H A D | last_write_time.pass.cpp | 56 file_time_type start_time = file_time_type::clock::now() - hours(1); in last_write_time_not_representable_error() local
|
/llvm-project/llvm/utils/lit/lit/ |
H A D | reports.py | 166 gen_resultdb_test_entry( test_name, start_time, elapsed_time, test_output, result_code, is_expected ) global() argument
|
/llvm-project/lldb/examples/python/ |
H A D | disasm-stress-test.py | 218 start_time = time.time() variable
|
/llvm-project/libc/test/UnitTest/ |
H A D | LibcTest.cpp | 161 [[maybe_unused]] const uint64_t start_time = clock(); in runTests() local
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_stats.h | 674 void push_back(uint64_t start_time, uint64_t stop_time, int nest_level, in push_back() argument 769 inline void push_event(uint64_t start_time, uint64_t stop_time, in push_event() argument
|
/llvm-project/third-party/benchmark/src/ |
H A D | sysinfo.cc | 812 const double start_time = ChronoClockNow(); in GetCPUCyclesPerSecond() local
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.cpp | 2496 const auto start_time = steady_clock::now(); TestPacketSpeed() local 2550 const auto start_time = steady_clock::now(); TestPacketSpeed() local
|