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

Function newCollection

deps/v8/tools/profview/profile-utils.js:528–530  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

526function computeOptimizationStats(file,
527 timeStart = -Infinity, timeEnd = Infinity) {
528 function newCollection() {
529 return { count : 0, functions : [], functionTable : [] };
530 }
531 function addToCollection(collection, code) {
532 collection.count++;
533 let funcData = collection.functionTable[code.func];

Callers 1

computeOptimizationStatsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…