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