Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dreport_html.js1005 let sampleWeightFunction = this.selectorView.getSampleWeightFunction();
1008 .then(wait(() => view.drawDetails(sampleWeightFunction)))
1107 this.sampleWeightFunction = null;
1153 drawDetails(sampleWeightFunction) { argument
1154 this.sampleWeightFunction = sampleWeightFunction;
1265 let sampleWeight = this.sampleWeightFunction(sumCount, this.totalCount);
1564 drawDetails(sampleWeightFunction) { argument
1565 google.charts.setOnLoadCallback(() => this.realDraw(sampleWeightFunction));
1568 realDraw(sampleWeightFunction) { argument
1581 totalValue = sampleWeightFunction(countInfo.subtreeEventCount, this.totalCount);
[all …]