Searched refs:OpPerfSummary (Results 1 – 2 of 2) sorted by relevance
37 struct OpPerfSummary { struct62 void SortOpsByTime(std::map<string, OpPerfSummary> ops); argument73 std::vector<OpPerfSummary> ops_;
129 void CostAnalyzer::SortOpsByTime(std::map<string, OpPerfSummary> ops) { in SortOpsByTime()134 bool operator()(const OpPerfSummary& a, const OpPerfSummary& b) const { in SortOpsByTime()142 std::map<string, OpPerfSummary> ops; in AnalyzeCosts()