Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dreport_html.js995 let sampleWeightFunction = this.selectorView.getSampleWeightFunction();
998 .then(wait(() => view.drawDetails(sampleWeightFunction)))
1097 this.sampleWeightFunction = null;
1143 drawDetails(sampleWeightFunction) { argument
1144 this.sampleWeightFunction = sampleWeightFunction;
1252 let sampleWeight = this.sampleWeightFunction(sumCount, this.totalCount);
1551 drawDetails(sampleWeightFunction) { argument
1552 google.charts.setOnLoadCallback(() => this.realDraw(sampleWeightFunction));
1555 realDraw(sampleWeightFunction) { argument
1568 totalValue = sampleWeightFunction(countInfo.subtreeEventCount, this.totalCount);
[all …]