Searched refs:TestStats (Results 1 – 1 of 1) sorted by relevance
1215 StringMap<FuncSampleStats> TestStats; member in __anon611ca1760c11::SampleOverlapAggregator1373 getHotFunctions(TestStats, TestHotFunc, TestHotThreshold); in computeHotFuncOverlap()1602 assert(TestStats.count(FuncOverlap.TestName) && in computeSampleProfileOverlap()1605 FuncOverlap.TestSample = TestStats[FuncOverlap.TestName].SampleSum; in computeSampleProfileOverlap()1609 const FuncSampleStats &FuncStats = TestStats[FuncOverlap.TestName]; in computeSampleProfileOverlap()1654 assert(TestStats.count(FuncOverlap.TestName) && in computeSampleProfileOverlap()1657 if (TestStats[FuncOverlap.TestName].MaxSample >= FuncFilter.ValueCutoff || in computeSampleProfileOverlap()1721 TestStats.try_emplace(I.second.getNameWithContext(), FuncStats); in initializeSampleProfileOverlap()