Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1952 SampleOverlapStats HotFuncOverlap; member in __anon209d874b1211::SampleOverlapAggregator
2116 HotFuncOverlap.BaseCount = BaseHotFunc.size(); in computeHotFuncOverlap()
2120 HotFuncOverlap.TestCount = TestHotFunc.size(); in computeHotFuncOverlap()
2121 HotFuncOverlap.UnionCount = HotFuncOverlap.TestCount; in computeHotFuncOverlap()
2125 ++HotFuncOverlap.OverlapCount; in computeHotFuncOverlap()
2127 ++HotFuncOverlap.UnionCount; in computeHotFuncOverlap()
2582 assert(HotFuncOverlap.UnionCount > 0 && in dumpHotFuncAndBlockOverlap()
2585 << format("%.3f%%", static_cast<double>(HotFuncOverlap.OverlapCount) / in dumpHotFuncAndBlockOverlap()
2586 HotFuncOverlap.UnionCount * 100) in dumpHotFuncAndBlockOverlap()
2588 OS << " overlap hot functions: " << HotFuncOverlap.OverlapCount << "\n"; in dumpHotFuncAndBlockOverlap()
[all …]