MCPcopy Create free account
hub / github.com/nodejs/node / getBreakdown

Method getBreakdown

deps/v8/tools/system-analyzer/timeline.mjs:332–334  ·  view source on GitHub ↗
(keyFunction)

Source from the content-addressed store, hash-verified

330 }
331
332 getBreakdown(keyFunction) {
333 return groupBy(this.items, keyFunction);
334 }
335
336 /** @returns {T[]} */
337 filter() {

Callers 4

_drawChunkMethod · 0.45
timelineMethod · 0.45
updateMethod · 0.45
timelineMethod · 0.45

Calls 1

groupByFunction · 0.90

Tested by

no test coverage detected