Home
last modified time | relevance | path

Searched refs:totalEventCounts (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/tools/turbolizer/src/
Ddisassembly-view.ts23 totalEventCounts: any; property in DisassemblyView
282 view.totalEventCounts = null;
305 view.totalEventCounts = {};
311 view.totalEventCounts[evName] = values.reduce((a, b) => a + b);
317 view.totalEventCounts = null;
341 if (view.totalEventCounts) {
351 const perc = count / view.totalEventCounts[event] * 100;