Searched refs:totalCount (Results 1 – 3 of 3) sorted by relevance
/system/bpf/libbpf_android/ |
D | BpfMapTest.cpp | 168 int totalCount = 0; in TEST_F() local 170 const auto iterateWithDeletion = [&totalCount, &totalSum](const uint32_t& key, in TEST_F() 173 totalCount++; in TEST_F() 178 EXPECT_EQ((int)TEST_MAP_SIZE, totalCount); in TEST_F() 186 int totalCount = 0; in TEST_F() local 188 const auto iterateWithDeletion = [&totalCount, &totalSum](const uint32_t& key, in TEST_F() 193 totalCount++; in TEST_F() 198 EXPECT_EQ((int)TEST_MAP_SIZE, totalCount); in TEST_F()
|
/system/extras/simpleperf/scripts/ |
D | report_html.js | 798 let totalCount = {countForProcess: process.eventCount, variable 800 let flamegraph = new FlameGraphView(this.flamegraphDiv, title, totalCount, 921 let totalCount = {countForProcess: this.processInfo.eventCount, variable 924 this.div, `Functions called by ${funcName}`, totalCount, 929 this.div, `Functions calling ${funcName}`, totalCount, 937 this.views.push(new SourceCodeView(this.div, sourceFiles, totalCount)); 944 this.views.push(new DisassemblyView(this.div, disassembly, totalCount)); 1062 return function(eventCount, totalCount) { argument 1063 let percent = eventCount * 100.0 / totalCount.countForProcess; 1068 return function(eventCount, totalCount) { argument [all …]
|
/system/netd/libnetdbpf/ |
D | BpfNetworkStatsTest.cpp | 176 int totalCount = 0; in TEST_F() local 179 [&totalCount, &totalSum](const uint64_t& key, const BpfMap<uint64_t, UidTagValue>&) { in TEST_F() 181 totalCount++; in TEST_F() 186 EXPECT_EQ(5, totalCount); in TEST_F()
|