Searched refs:total_latency (Results 1 – 2 of 2) sorted by relevance
18 return node1->total_latency() > node2->total_latency(); in CompareNodes()349 DCHECK(successor->total_latency() != -1); in ComputeTotalLatencies()350 if (successor->total_latency() > max_latency) { in ComputeTotalLatencies()351 max_latency = successor->total_latency(); in ComputeTotalLatencies()
65 int total_latency() const { return total_latency_; } in total_latency() function