We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
process.uptime()
1 parent a6a5055 commit c5eaeecCopy full SHA for c5eaeec
src/node.cc
@@ -4928,6 +4928,7 @@ NODE_EXTERN void g_call_tick_callback(node::Environment* env) {
4928
4929
// copied beginning of Start() until v8::Initialize()
4930
NODE_EXTERN void g_setup_nwnode(int argc, char** argv, bool worker) {
4931
+ node::prog_start_time = static_cast<double>(uv_now(uv_default_loop()));
4932
node::node_is_initialized = true;
4933
node::node_is_nwjs = true;
4934
node::node_isolate = v8::Isolate::GetCurrent();
0 commit comments