Home
last modified time | relevance | path

Searched refs:startTime_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/src/
H A Dnode_http2.h990 uint64_t startTime_; member in node::http2::Http2Ping
1036 uint64_t startTime_; member in node::http2::Http2Settings
H A Dnode_http2.cc244 startTime_(start_time) { in Http2Settings()
331 double duration = (end - startTime_) / 1e6; in Done()
3089 startTime_(uv_hrtime()) { in Http2Ping()
3105 memcpy(&data, &startTime_, arraysize(data)); in Send()
3116 uint64_t duration_ns = uv_hrtime() - startTime_; in Done()

Completed in 11 milliseconds