Searched refs:total_run_count (Results 1 – 5 of 5) sorted by relevance
61 mutable_proto()->set_total_run_count(proto().total_run_count() + in AggregateTotalStats()62 node_pb->total_run_count()); in AggregateTotalStats()90 mutable_proto()->set_total_run_count(proto().total_run_count() + in AddSelfToTotalStats()
499 int64 total_run_count = 0; in run_count() local501 total_run_count += exec.second.run_count(); in run_count()503 return total_run_count / execs_.size(); in run_count()
212 string run = FormatNumber(node->proto().total_run_count()); in FormatNode()
91 name: "total_run_count"
53 int64 total_run_count = 22; field