Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dreport_html.js683 let totalValue = getSampleWeight(func.c[2]);
686 data.push([totalValue, selfValue, func.c[0], processName,
1565 let totalValue = '';
1568 totalValue = sampleWeightFunction(countInfo.subtreeEventCount, this.totalCount);
1571 rows.push([lineNumber, totalValue, selfValue, code]);
1664 let totalValue = '';
1667 totalValue = sampleWeightFunction(line.subtreeEventCount, this.totalCount);
1670 rows.push([totalValue, selfValue, code]);
/system/netd/libnetdbpf/
DBpfNetworkStatsTest.cpp287 StatsValue totalValue = { in TEST_F() local
293 expectStatsEqual(totalValue, totalResult); in TEST_F()