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