Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/src/model/
Dcounter.js67 getSampleValue: function(index, seriesIndex) { method in Counter
97 sum += this.getSampleValue(x, i);
98 min = Math.min(this.getSampleValue(x, i), min);
99 max = Math.max(this.getSampleValue(x, i), max);
102 var start = this.getSampleValue(sampleIndices[0], i);
103 var end = this.getSampleValue(
/external/chromium-trace/
Dscript.js92getSampleValue:function(c,a){return this.samples[c*this.numSeries+a]},getSampleStatistics:function… method in d