Home
last modified time | relevance | path

Searched refs:tcpConnectTime (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netstack/utils/profiler_utils/src/
H A Dhttp_client_network_message.cpp44 msg.dnsEndTime_ + static_cast<uint64_t>(std::max(0.0, timeInfo_.tcpConnectTime - timeInfo_.dnsTime)); in Parse()
47 timeInfo_.tcpConnectTime)); in Parse()
51 timeInfo_.tcpConnectTime, in Parse()
H A Dhttp_network_message.cpp44 msg.dnsEndTime_ + static_cast<uint64_t>(std::max(0.0, timeInfo_.tcpConnectTime - timeInfo_.dnsTime)); in Parse()
47 timeInfo_.tcpConnectTime)); in Parse()
51 timeInfo_.tcpConnectTime, in Parse()
H A Di_network_message.cpp82 curl_off_t tcpConnectTime = 0; in GetTimeInfoFromCurlHandle() local
83 CURL_GET_TIME_INFO(handle, CURLINFO_CONNECT_TIME_T, tcpConnectTime, timeInfo); in GetTimeInfoFromCurlHandle()
/foundation/communication/netstack/utils/profiler_utils/include/
H A Di_network_message.h46 double tcpConnectTime = 0; member

Completed in 2 milliseconds