Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dnode_http_parser.cc257 // Important: Pop from the lists BEFORE resetting the last_message_start_ in on_message_begin()
267 last_message_start_ = uv_hrtime(); in on_message_begin()
483 // Important: Pop from the lists BEFORE resetting the last_message_start_ in on_message_complete()
490 last_message_start_ = 0; in on_message_complete()
673 parser->last_message_start_ = uv_hrtime(); in Initialize()
675 // Important: Push into the lists AFTER setting the last_message_start_ in Initialize()
738 if (parser->last_message_start_ == 0) { in Duration()
743 double duration = (uv_hrtime() - parser->last_message_start_) / 1e6; in Duration()
1007 uint64_t last_message_start_; member in node::__anon15424::Parser
1034 if (lhs->last_message_start_ in operator ()()
[all...]

Completed in 2 milliseconds