Searched refs:totalEventCounts (Results 1 – 1 of 1) sorted by relevance
23 totalEventCounts: any; property in DisassemblyView282 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;