Searched refs:TestStats (Results 1 – 1 of 1) sorted by relevance
1961 FuncSampleStatsMap TestStats; member in __anon209d874b1211::SampleOverlapAggregator2119 getHotFunctions(TestStats, TestHotFunc, TestHotThreshold); in computeHotFuncOverlap()2349 assert(TestStats.count(FuncOverlap.TestName) && in computeSampleProfileOverlap()2352 FuncOverlap.TestSample = TestStats[FuncOverlap.TestName].SampleSum; in computeSampleProfileOverlap()2357 const FuncSampleStats &FuncStats = TestStats[FuncOverlap.TestName]; in computeSampleProfileOverlap()2403 assert(TestStats.count(FuncOverlap.TestName) && in computeSampleProfileOverlap()2406 if (TestStats[FuncOverlap.TestName].MaxSample >= FuncFilter.ValueCutoff || in computeSampleProfileOverlap()2468 TestStats.emplace(I.second.getContext(), FuncStats); in initializeSampleProfileOverlap()