Searched refs:is_cost_accurate (Results 1 – 1 of 1) sorted by relevance
1178 bool is_cost_accurate; in Summary() local1179 std::tie(cost, is_cost_accurate) = op_costs_.at(item.first); in Summary()1181 << ", Individual Cost: " << (is_cost_accurate ? "" : "~") << cost in Summary()