Home | History | Annotate | Download | only in net

Lines Matching full:timing

28 // enough for the load timing info.
119 response->response_head.load_timing = record->timing;
136 // Only record timing for entries with corresponding flag.
146 LOG(WARNING) << "The load timing observer url request count has grown "
153 record.timing.base_time = TimeTicksToTime(time);
167 ResourceLoadTimingInfo& timing = record->timing;
172 timing.proxy_start = TimeTicksToOffset(time, record);
174 timing.proxy_end = TimeTicksToOffset(time, record);
184 timing.connect_start = TimeTicksToOffset(it->second.connect_start,
188 timing.connect_end = TimeTicksToOffset(it->second.connect_end, record);
190 timing.dns_start = TimeTicksToOffset(it->second.dns_start, record);
192 timing.dns_end = TimeTicksToOffset(it->second.dns_end, record);
194 timing.ssl_start = TimeTicksToOffset(it->second.ssl_start, record);
196 timing.ssl_end = TimeTicksToOffset(it->second.ssl_end, record);
203 timing.send_start = TimeTicksToOffset(time, record);
205 timing.send_end = TimeTicksToOffset(time, record);
209 timing.receive_headers_start = TimeTicksToOffset(time, record);
211 timing.receive_headers_end = TimeTicksToOffset(time, record);
234 LOG(WARNING) << "The load timing observer http stream job count "
307 LOG(WARNING) << "The load timing observer connect job count has grown "
352 LOG(WARNING) << "The load timing observer socket count has grown "