You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The entry would be an instance of PerformanceEntry contains
94
+
The entry would be an instance of PerformanceEntry containing
95
95
metrics of garbage collection.
96
96
For example:
97
97
PerformanceEntry {
@@ -113,7 +113,7 @@ obs.disconnect();
113
113
114
114
### Examining a trace with performance hooks
115
115
116
-
You can get GC statistics as [PerformanceEnrty](https://nodejs.org/api/perf_hooks.html#perf_hooks_class_performanceentry) from the callback in [PerformanceObserver](https://nodejs.org/api/perf_hooks.html#perf_hooks_class_performanceobserver).
116
+
You can get GC statistics as [PerformanceEntry](https://nodejs.org/api/perf_hooks.html#perf_hooks_class_performanceentry) from the callback in [PerformanceObserver](https://nodejs.org/api/perf_hooks.html#perf_hooks_class_performanceobserver).
0 commit comments