Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp362 auto &TPD = ThreadPathData[E.TId][InternedPath]; in profileFromTrace() local
363 ++TPD.CallCount; in profileFromTrace()
364 TPD.CumulativeLocalTime += FunctionLocalTime; in profileFromTrace()