Searched refs:other_class_total (Results 1 – 1 of 1) sorted by relevance
556 const size_t other_class_total = in Dump() local567 os << "Same class invokes: " << PercentDivide(same_class_total, other_class_total) << "\n"; in Dump()568 os << "Invokes from code: " << (same_class_total + other_class_total) << "\n"; in Dump()