On iOS, the time displayed is when the method to invoke the request was made. 


In URLSession, this would be when a method like dataTask(with:completionHandler:) is called, not when the resume method is called (added to the queue). If you're interested in collecting precise timing information, we recommend using the public interface to log network breadcrumbs manually.