Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ printVMSymbols
Method
printVMSymbols
deps/v8/tools/tickprocessor.mjs:899–902 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
897
}
898
899
printVMSymbols() {
900
console.log(
901
JSON.stringify(this.profile_.serializeVMSymbols()));
902
}
903
904
printStatistics() {
905
if
(this.preprocessJson) {
Callers
1
tickprocessor-driver.mjs
File · 0.80
Calls
2
serializeVMSymbols
Method · 0.80
log
Method · 0.45
Tested by
no test coverage detected