Home
last modified time | relevance | path

Searched refs:node_start_time (Results 1 – 5 of 5) sorted by relevance

/third_party/node/src/
Dnode.cc151 uint64_t node_start_time; variable
839 per_process::node_start_time = uv_hrtime(); in InitializeNodeWithArgs()
Dnode_internals.h52 extern uint64_t node_start_time;
Dnode_process_methods.cc267 static_cast<double>(uv_hrtime() - per_process::node_start_time); in Uptime()
Dnode_report.cc614 (uv_hrtime() - node::per_process::node_start_time) / (NANOS_PER_SEC); in PrintResourceUsage()
Denv.cc404 per_process::node_start_time); in Environment()