Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/support/
DTrace.cpp288 makeSpanContext(llvm::Twine Name, const Metric &LatencyMetric) { in makeSpanContext() function
321 : Span(makeSpanContext(Name, LatencyMetric)) {} in Span()