Searched refs:statistics (Results 1 – 9 of 9) sorted by relevance
/system/extras/iotop/ |
D | iotop.cpp | 253 for (const TaskStatistics& statistics : stats) { in main() local 254 total_read += statistics.read(); in main() 255 total_write += statistics.write(); in main() 256 total_read_write += statistics.read_write(); in main() 257 total_minflt += statistics.minflt(); in main() 258 total_majflt += statistics.majflt(); in main() 267 statistics.pid(), in main() 268 statistics.comm().c_str(), in main() 269 BytesToKB(statistics.read()) / delay_div, in main() 270 BytesToKB(statistics.write()) / delay_div, in main() [all …]
|
/system/core/adb/ |
D | benchmark_device.py | 19 import statistics 52 return 1.0 / statistics.mean([1.0 / x for x in xs]) 55 median = statistics.median(speeds) 57 stddev = statistics.stdev(speeds)
|
/system/core/logd/ |
D | README.property | 11 ro.logd.statistics bool+ svelte+ Enable logcat -S statistics. 12 ro.debuggable number if not "1", logd.statistics & 34 ro.config.low_ram bool false if true, logd.statistics,
|
/system/netd/tests/benchmarks/ |
D | README.md | 8 four statistics:
|
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/ |
D | flatbuffers_types.fbs | 102 * Structure to keep and send scan statistics from nanoapp to host
|
/system/extras/simpleperf/doc/ |
D | README.md | 338 report_html.py integrates chart statistics, sample table, flame graphs, source code annotation 543 Performance counter statistics: 577 Performance counter statistics: 599 Performance counter statistics: 1135 report.html can include: chart statistics, sample table, flame graphs, annotated source code for 1139 # Generate chart statistics, sample table and flame graphs, based on perf.data.
|
/system/core/logd/tests/ |
D | logd_test.cpp | 164 TEST(logd, statistics) { in TEST() argument
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | system_server.te | 136 # Read /proc/stat for CPU usage statistics
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | system_server.te | 145 # Read /proc/stat for CPU usage statistics
|