Searched refs:totalValue (Results 1 – 2 of 2) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | report_html.js | 683 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/ |
D | BpfNetworkStatsTest.cpp | 287 StatsValue totalValue = { in TEST_F() local 293 expectStatsEqual(totalValue, totalResult); in TEST_F()
|