Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
61
async
function
testGCProfiler() {
62
const
data =
await
collectGCProfile({ duration: 5000 });
63
checkGCProfile(data);
64
}
65
66
module.exports = {
67
collectGCProfile,
Callers
2
test-v8-collect-gc-profile.js
File · 0.85
test-v8-collect-gc-profile-in-worker.js
File · 0.85
Calls
2
collectGCProfile
Function · 0.85
checkGCProfile
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…