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 15c847e commit 477e7d1Copy full SHA for 477e7d1
doc/api/perf_hooks.md
@@ -39,6 +39,14 @@ added: v8.5.0
39
If `name` is not provided, removes all `PerformanceFunction` objects from the
40
Performance Timeline. If `name` is provided, removes entries with `name`.
41
42
+### performance.clearGC()
43
+<!-- YAML
44
+added: v8.5.0
45
+-->
46
+
47
+Remove all performance entry objects with `entryType` equal to `gc` from the
48
+Performance Timeline.
49
50
### performance.clearMarks([name])
51
<!-- YAML
52
added: v8.5.0
0 commit comments