Lines Matching defs:eventCount
381 this.getSampleWeight = function (eventCount) { argument
385 this.getSampleWeight = (eventCount) => eventCount.toLocaleString(); argument
486 function getItem(name, eventCount, totalEventCount) { argument
1066 return function(eventCount, _) { argument
1072 return function(eventCount, totalCount) { argument
1078 return function(eventCount, totalCount) { argument
1084 return function(eventCount, _) { argument
1089 return function(eventCount, _) { argument
1195 _getWidthPercentage(eventCount) { argument
1492 this.showLines[i] = {eventCount: 0, subtreeEventCount: 0}; property
1496 addLineCount(lineNumber, eventCount, subtreeEventCount) { argument
1643 let item = {code: code, eventCount: 0, subtreeEventCount: 0}; property