D | test-perf-hooks.js | 64 if (props[prop].around !== undefined) { 66 const delta = performance.nodeTiming[prop] - props[prop].around; 83 duration: { around: performance.now() }, property 84 nodeStart: { around: 0 }, property 85 v8Start: { around: 0 }, property 86 bootstrapComplete: { around: inited, delay: 2500 }, property 87 environment: { around: 0 }, property 97 duration: { around: performance.now() }, property 98 nodeStart: { around: 0 }, property 99 v8Start: { around: 0 }, property [all …]
|