MCPcopy 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

Calls 2

serializeVMSymbolsMethod · 0.80
logMethod · 0.45

Tested by

no test coverage detected