Skip to content

Commit 48423da

Browse files
committed
perf_hooks: include uv info to perf json output
1 parent acb3d92 commit 48423da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/perf/nodetiming.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ class PerformanceNodeTiming {
164164
loopStart: this.loopStart,
165165
loopExit: this.loopExit,
166166
idleTime: this.idleTime,
167+
uvMetricsInfo: this.uvMetricsInfo,
167168
};
168169
}
169170
}

0 commit comments

Comments
 (0)