Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DClangdLSPServer.h189 std::chrono::steady_clock::time_point NextProfileTime; variable
DClangdLSPServer.cpp1286 if (Now < NextProfileTime) in maybeExportMemoryProfile()
1295 NextProfileTime = Now + ProfileInterval; in maybeExportMemoryProfile()
1505 NextProfileTime = std::chrono::steady_clock::now() + std::chrono::minutes(1); in ClangdLSPServer()