Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DTelemetry.cpp42 auto timestmap = std::chrono::steady_clock::now().time_since_epoch().count(); in MakeUUID() local
44 return llvm::formatv("{0}_{1}", uuid.GetAsString(), timestmap); in MakeUUID()