Lines Matching full:requests
54 // against local HTTP server and allows the requests to local host to be
94 // HTTP server and allows the requests to local host to be used for network
112 // Returns the number of in-flight requests that can be used for computing
116 // Returns the total number of in-flight requests. This also includes hanging
117 // requests.
121 // requests. Request with an unknown response content size have the default
131 // Removes hanging requests from |requests_|. If any hanging requests are
137 // determined to contain hanging requests.
144 // for that request. The map tracks all inflight requests. If the expected
150 typedef std::unordered_map<const URLRequest*, base::TimeTicks> Requests; typedef
152 // Set of URL requests to hold the requests that reduce the accuracy of
153 // throughput computation. These requests are not used in throughput
174 // (i) All active requests are non-local;
219 // Container that holds active requests that reduce the accuracy of
220 // throughput computation. These requests are not used in throughput
224 // Container that holds active requests that do not reduce the accuracy of
225 // throughput computation. These requests are used in throughput computation.
226 Requests requests_;
228 // Container that holds inflight request sizes. These requests are used in
229 // computing the total of response content size for all inflight requests.
232 // The running total of response content size for all inflight requests.
235 // Last time when the check for hanging requests was run.
240 // analyzer has lost track of the requests that degrade throughput computation
244 // Determines if the requests to local host can be used in estimating the