Searched refs:hitsByType (Results 1 – 2 of 2) sorted by relevance
24 function analyzeHitsByType(results, hitsByType) { argument25 var sliceHits = hitsByType.slices;26 var counterSampleHits = hitsByType.counterSamples;28 objectHits.addSelection(hitsByType.objectSnapshots);29 objectHits.addSelection(hitsByType.objectInstances);
99 var hitsByType = selection.getHitsOrganizedByType();101 hitsByType.counterSamples.length == 0) {109 tracing.analysis.analyzeHitsByType(this.currentView, hitsByType);