Searched defs:Hypothesis4 (Results 1 – 1 of 1) sorted by relevance
305 struct Hypothesis4 : Hypothesis { struct306 const char* Name() const override { return "Hypothesis4"; } in Name() argument307 void Analyze(const CacheCounts& cache_counts, PieChart* pie) const override { in Analyze()