Home | History | Annotate | Download | only in http

Lines Matching refs:resident_time

968 //   resident_time = now - response_time;
969 // current_age = corrected_initial_age + resident_time;
989 TimeDelta resident_time = current_time - response_time;
990 TimeDelta current_age = corrected_initial_age + resident_time;