Searched refs:curr_total_us (Results 1 – 2 of 2) sorted by relevance
125 int64_t curr_total_us = 0; in ProcessProfiles() local140 curr_total_us += node_exec_time; in ProcessProfiles()143 stats_calculator_->UpdateRunTotalUs(curr_total_us); in ProcessProfiles()
131 int64 curr_total_us = 0; in ProcessStepStats() local178 curr_total_us += curr_time; in ProcessStepStats()213 stats_calculator_->UpdateRunTotalUs(curr_total_us); in ProcessStepStats()