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