Searched refs:lastpass (Results 1 – 1 of 1) sorted by relevance
126 TimeStats& lastpass = n > 0 ? this->pass_times_[n-1] : this->start_time_; in get_pass_time() local127 thispass.wall -= lastpass.wall; in get_pass_time()128 thispass.user -= lastpass.user; in get_pass_time()129 thispass.sys -= lastpass.sys; in get_pass_time()