Home
last modified time | relevance | path

Searched refs:RecordWithLabel (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DTUScheduler.cpp120 auto RecordWithLabel = [&Stats](llvm::StringRef Label) { in reportPreambleBuild() local
128 llvm::call_once(OnceFlag, [&] { RecordWithLabel("first_build"); }); in reportPreambleBuild()
129 RecordWithLabel(IsFirstPreamble ? "first_build_for_file" : "rebuild"); in reportPreambleBuild()