Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp214 auto &ExistingData = PathDataIt->second; in mergeProfilesByThread() local
215 ExistingData.CallCount += Data.CallCount; in mergeProfilesByThread()
216 ExistingData.CumulativeLocalTime += Data.CumulativeLocalTime; in mergeProfilesByThread()
247 auto &ExistingData = PathDataIt->second; in mergeProfilesByStack() local
248 ExistingData.CallCount += Data.CallCount; in mergeProfilesByStack()
249 ExistingData.CumulativeLocalTime += Data.CumulativeLocalTime; in mergeProfilesByStack()