Searched refs:cost (Results 1 – 14 of 14) sorted by relevance
/system/netd/server/ |
D | BandwidthController.cpp | 314 constexpr char cost[] = "shared"; in setInterfaceSharedQuota() local 342 chain, maxBytes, cost)); in setInterfaceSharedQuota() 357 res |= updateQuota(cost, maxBytes); in setInterfaceSharedQuota() 359 ALOGE("Failed update quota for %s", cost); in setInterfaceSharedQuota() 370 constexpr char cost[] = "shared"; in removeInterfaceSharedQuota() local 392 chain, mSharedQuotaBytes, cost)); in removeInterfaceSharedQuota() 412 const std::string& cost = iface; in setInterfaceQuota() local 428 if (int res = updateQuota(cost, maxBytes)) { in setInterfaceQuota() 449 maxBytes, cost.c_str()), in setInterfaceQuota()
|
/system/extras/libatrace_rust/ |
D | README.md | 114 When tracing is enabled, you can expect 1-10 us per event - this is a significant cost that may 123 * With tracing disabled and subscriber created `with_filter`, events cost around 30 ns. Not using 124 the filter brings the cost up to 100-400 ns per event. 128 that depends on the amount of the fields and the cost of converting them to strings. Typically
|
/system/core/storaged/ |
D | storaged.cpp | 413 int64_t cost = (end_ts.tv_sec - start_ts.tv_sec) * SEC_TO_USEC + in event_checked() local 415 if (cost > mConfig.event_time_check_usec) { in event_checked() 416 LOG(ERROR) << "event loop spent " << cost << " usec, threshold " in event_checked()
|
/system/sepolicy/ |
D | NOTICE | 16 lost profits, cost of cover, or other special, incidental,
|
/system/extras/libatrace_rust/benchmark/ |
D | README.md | 25 cases with and without extra fields to measure the cost of formatting. Cases that start with 43 The timings are not representative of actual cost of fully enabling tracing, only of emitting
|
/system/extras/simpleperf/doc/ |
D | inferno.md | 33 A flamegraph give you instant vision on the CPU cycles cost centers but 102 The cost of frame pointer is negligible on arm64 parameter but considerable
|
D | scripts_reference.md | 151 # Adding disassembly for all binaries can cost a lot of time. So we can choose to only add
|
/system/logging/logd/ |
D | README.replay.md | 26 3. Overhead (the total cost of the log messages in memory in bytes)
|
/system/extras/simpleperf/ |
D | cmd_report_sample.proto | 72 // will cost more cpu time generating samples, which may affect the monitored threads
|
/system/chre/doc/ |
D | nanoapp_overview.md | 185 power cost of performing a WiFi scan from CHRE. Typically this is done after
|
/system/chre/chpp/ |
D | README.md | 3 …und applications on a lower power, always-on processor, with lower energy cost than what is possib…
|
/system/bpfprogs/ |
D | LICENSE | 137 give any third party, for a charge no more than your cost of physically
|
/system/memory/libion/original-kernel-headers/linux/ |
D | LICENSE | 137 give any third party, for a charge no more than your cost of physically
|
/system/media/audio_utils/ |
D | Doxyfile | 1062 # cost of reduced performance. This can be particularly helpful with template
|