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.
1 parent edcca78 commit 02e5f5cCopy full SHA for 02e5f5c
lib/internal/process.js
@@ -73,7 +73,9 @@ function setup_cpuUsage() {
73
};
74
}
75
76
-
+// The 3 entries filled in by the original process.hrtime contains
77
+// the upper/lower 32 bits of the second part of the value,
78
+// and the remaining nanoseconds of the value.
79
function setup_hrtime() {
80
const _hrtime = process.hrtime;
81
const hrValues = new Uint32Array(3);
0 commit comments