Searched refs:TestStats (Results 1 – 1 of 1) sorted by relevance
1318 FuncSampleStatsMap TestStats; member in __anon73ab2c7b0d11::SampleOverlapAggregator1476 getHotFunctions(TestStats, TestHotFunc, TestHotThreshold); in computeHotFuncOverlap()1706 assert(TestStats.count(FuncOverlap.TestName) && in computeSampleProfileOverlap()1709 FuncOverlap.TestSample = TestStats[FuncOverlap.TestName].SampleSum; in computeSampleProfileOverlap()1714 const FuncSampleStats &FuncStats = TestStats[FuncOverlap.TestName]; in computeSampleProfileOverlap()1760 assert(TestStats.count(FuncOverlap.TestName) && in computeSampleProfileOverlap()1763 if (TestStats[FuncOverlap.TestName].MaxSample >= FuncFilter.ValueCutoff || in computeSampleProfileOverlap()1825 TestStats.emplace(I.second.getContext(), FuncStats); in initializeSampleProfileOverlap()