Home
last modified time | relevance | path

Searched refs:getStatistics (Results 1 – 17 of 17) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DConfigResults.java386 public double[] getStatistics() { in getStatistics() method in ConfigResults
387 return getStatistics(Util.ALL_BUILD_PREFIXES, DB_Results.getDefaultDimension().getId()); in getStatistics()
404 public double[] getStatistics(List prefixes) { in getStatistics() method in ConfigResults
405 return getStatistics(prefixes, DB_Results.getDefaultDimension().getId()); in getStatistics()
423 public double[] getStatistics(List prefixes, int dim_id) { in getStatistics() method in ConfigResults
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
DConfigResultsElement.java261 public double[] getStatistics() { in getStatistics() method in ConfigResultsElement
263 this.statistics = getConfigResults().getStatistics(Util.BASELINE_BUILD_PREFIXES); in getStatistics()
337 stats = getStatistics(); in writableStatus()
DBuildResultsElement.java288 double[] getStatistics() { in getStatistics() method in BuildResultsElement
290 …this.statistics = ((ConfigResults)getBuildResults().getParent()).getStatistics(Util.BASELINE_BUILD… in getStatistics()
DResultsElement.java420 double[] getStatistics() { in getStatistics() method in ResultsElement
509 double[] stats = getStatistics(); in initStatus()
/external/chromium_org/third_party/WebKit/Source/web/
DWebCache.cpp85 MemoryCache::Statistics stats = cache->getStatistics(); in getResourceTypeStats()
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DDexFile.java597 getStatistics().writeAnnotation(out); in toDex0()
609 public Statistics getStatistics() { in getStatistics() method in DexFile
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
Dcounter_series.js110 getStatistics: function(sampleIndices) { method in CounterSeries
Dcounter.js119 ret.push(series.getStatistics(sampleIndices));
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DMemoryCache.h184 Statistics getStatistics();
DMemoryCache.cpp570 MemoryCache::Statistics MemoryCache::getStatistics() in getStatistics() function in WebCore::MemoryCache
688 Statistics s = getStatistics(); in dumpStats()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DRawDataTable.java119 dimStats[i] = this.configResults.getStatistics(this.buildPrefixes, this.dimensions[i].getId()); in printSummary()
DGenerateResults.java736 stats = configResults.getStatistics(baselinePrefixes); in printSummaryScenarioLine()
738 stats = configResults.getStatistics(this.currentBuildPrefixes); in printSummaryScenarioLine()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
DHeapSnapshotProxy.js464 getStatistics: function(callback) method in WebInspector.HeapSnapshotProxy
DHeapSnapshotView.js505 heapSnapshotProxy.getStatistics(this._gotStatistics.bind(this));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/heap_snapshot_worker/
DJSHeapSnapshot.js430 getStatistics: function() method in WebInspector.JSHeapSnapshot
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
DConfigTab.java454 double deviation = configResultsElement == null ? 0 : configResultsElement.getStatistics()[3]; in fillTableLines()
/external/chromium-trace/
Dscript.js30 c){this.timestamps_.push(a);this.samples_.push(new d(a,c))},getStatistics:function(a){for(var c=0,e… method in b
140 …istics:function(b){b.sort();var a=[];this.series_.forEach(function(c){a.push(c.getStatistics(b))});