Searched refs:op_costs_ (Results 1 – 2 of 2) sorted by relevance
415 op_costs_.clear(); in Init()896 op_costs_[node_description] = in MarkNodeExecuted()1179 std::tie(cost, is_cost_accurate) = op_costs_.at(item.first); in Summary()
432 std::map<string, std::pair<int, bool>> op_costs_; variable