Home
last modified time | relevance | path

Searched defs:Stopwatch (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbbench.py10 class Stopwatch(object): class
/llvm-project/clang-tools-extra/clangd/support/
H A DThreading.h187 using Stopwatch = std::chrono::steady_clock; variable