Searched refs:TestStats (Results 1 – 1 of 1) sorted by relevance
1902 FuncSampleStatsMap TestStats; member in __anon4d4e49c11211::SampleOverlapAggregator2060 getHotFunctions(TestStats, TestHotFunc, TestHotThreshold); in computeHotFuncOverlap()2290 assert(TestStats.count(FuncOverlap.TestName) && in computeSampleProfileOverlap()2293 FuncOverlap.TestSample = TestStats[FuncOverlap.TestName].SampleSum; in computeSampleProfileOverlap()2298 const FuncSampleStats &FuncStats = TestStats[FuncOverlap.TestName]; in computeSampleProfileOverlap()2344 assert(TestStats.count(FuncOverlap.TestName) && in computeSampleProfileOverlap()2347 if (TestStats[FuncOverlap.TestName].MaxSample >= FuncFilter.ValueCutoff || in computeSampleProfileOverlap()2409 TestStats.emplace(I.second.getContext(), FuncStats); in initializeSampleProfileOverlap()