Searched refs:firstOutTime_ (Results 1 – 6 of 6) sorted by relevance
145 now - (isInput ? firstInTime_ : firstOutTime_)).count(); in PrintStatistic()204 firstOutTime_ = now; in ChangeOwnerNormal()209 firstOutTime_ = now; in ChangeOwnerNormal()290 firstOutTime_ = now; in UpdateOutputRecord()302 (chrono::duration_cast<chrono::microseconds>(now - firstOutTime_).count()); in UpdateOutputRecord()
370 std::chrono::time_point<std::chrono::steady_clock> firstOutTime_; variable
119 firstOutTime_ = now; in UpdateOutputRecord()129 …uint64_t fromFirstOutToNow = chrono::duration_cast<chrono::microseconds>(now - firstOutTime_).coun… in UpdateOutputRecord()
97 int64_t firstOutTime_ = 0; member
169 if (firstOutTime_ == 0) { in AfterGotOutput()170 firstOutTime_ = now; in AfterGotOutput()179 int64_t fromFirstOutToNow = now - firstOutTime_; in AfterGotOutput()
282 std::chrono::time_point<std::chrono::steady_clock> firstOutTime_; variable