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