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

Method _entrySummary

deps/v8/tools/system-analyzer/view/code-panel.mjs:105–113  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

103 }
104 }
105 _entrySummary(code) {
106 if (code.isBuiltinKind) {
107 return `${code.functionName}(...) t=${
108 formatMicroSeconds(code.time)} size=${formatBytes(code.size)}`;
109 }
110 return `${code.functionName}(...) t=${
111 formatMicroSeconds(code.time)} size=${
112 formatBytes(code.size)} script=${code.script?.toString()}`;
113 }
114
115 _handleSelectCode() {
116 this.entry = this._codeSelectNode.selectedOptions[0].data;

Callers 1

_updateSelectMethod · 0.95

Calls 3

formatMicroSecondsFunction · 0.90
formatBytesFunction · 0.90
toStringMethod · 0.45

Tested by

no test coverage detected