Lines Matching refs:eventCount
33 eventCount: number; property in NodeValue
39 this.eventCount = 0;
102 return node.drawEventCount || node.eventCount;
139 this.rootNode.eventCount += node.drawEventCount || node.eventCount;
184 module.eventCount = node.drawEventCount = node.drawEventCount || node.eventCount;
210 currentValuePercent = this.total / this.rootNode.eventCount;
234 module.eventCount = node.drawEventCount = node.searchEventCount = node.eventCount;
260 parent.drawEventCount = module.eventCount;
265 parent.searchEventCount += module.eventCount;
291 children.drawEventCount = children.searchEventCount || children.eventCount;
471 ignore.eventCount += children.drawEventCount;
476 ignore.eventCount += children.eventCount;
488 return ignore.eventCount;