Searched defs:total_time (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/utils/analyzer/ | ||
H A D | SumTimerInfo.py | 18 total_time = 0.0 variable |
/llvm-project/libc/benchmarks/gpu/ | ||
H A D | LibcGpuBenchmark.cpp | 84 uint64_t total_time = 0; benchmark() local |
H A D | LibcGpuBenchmark.h | 73 clock_t total_time = 0; global() member |
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ | ||
H A D | GDBRemoteCommunicationClient.cpp | 2505 const auto total_time = end_time - start_time; TestPacketSpeed() local |