MCPcopy Index your code
hub / github.com/nodejs/node / testGCProfiler

Function testGCProfiler

test/common/v8.js:61–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59}
60
61async function testGCProfiler() {
62 const data = await collectGCProfile({ duration: 5000 });
63 checkGCProfile(data);
64}
65
66module.exports = {
67 collectGCProfile,

Calls 2

collectGCProfileFunction · 0.85
checkGCProfileFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…