Searched refs:TestStats (Results 1 – 1 of 1) sorted by relevance
2057 FuncSampleStatsMap TestStats; member in __anon209d874b1311::SampleOverlapAggregator2215 getHotFunctions(TestStats, TestHotFunc, TestHotThreshold); in computeHotFuncOverlap()2445 assert(TestStats.count(FuncOverlap.TestName) && in computeSampleProfileOverlap()2448 FuncOverlap.TestSample = TestStats[FuncOverlap.TestName].SampleSum; in computeSampleProfileOverlap()2453 const FuncSampleStats &FuncStats = TestStats[FuncOverlap.TestName]; in computeSampleProfileOverlap()2499 assert(TestStats.count(FuncOverlap.TestName) && in computeSampleProfileOverlap()2502 if (TestStats[FuncOverlap.TestName].MaxSample >= FuncFilter.ValueCutoff || in computeSampleProfileOverlap()2564 TestStats.emplace(I.second.getContext(), FuncStats); in initializeSampleProfileOverlap()