Searched refs:cost (Results 1 – 9 of 9) sorted by relevance
/system/netd/server/ |
D | BandwidthController.cpp | 417 constexpr char cost[] = "shared"; in setInterfaceSharedQuota() local 445 chain, maxBytes, cost)); in setInterfaceSharedQuota() 460 res |= updateQuota(cost, maxBytes); in setInterfaceSharedQuota() 462 ALOGE("Failed update quota for %s", cost); in setInterfaceSharedQuota() 473 constexpr char cost[] = "shared"; in removeInterfaceSharedQuota() local 495 chain, mSharedQuotaBytes, cost)); in removeInterfaceSharedQuota() 521 const std::string& cost = iface; in setInterfaceQuota() local 537 if (int res = updateQuota(cost, maxBytes)) { in setInterfaceQuota() 558 maxBytes, cost.c_str()), in setInterfaceQuota()
|
/system/core/storaged/ |
D | storaged.cpp | 353 int64_t cost = (end_ts.tv_sec - start_ts.tv_sec) * SEC_TO_USEC + in event_checked() local 355 if (cost > mConfig.event_time_check_usec) { in event_checked() 356 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/simpleperf/doc/ |
D | inferno.md | 31 A flamegraph give you instant vision on the CPU cycles cost centers but 97 The cost of frame pointer is negligible on arm64 parameter but considerable
|
D | scripts_reference.md | 162 # Adding disassembly for all binaries can cost a lot of time. So we can choose to only add
|
/system/extras/simpleperf/ |
D | report_sample.proto | 46 // will cost more cpu time generating samples, which may affect the monitored threads
|
/system/core/logd/ |
D | README.replay.md | 26 3. Overhead (the total cost of the log messages in memory in bytes)
|
/system/bt/doc/ |
D | style_guide.md | 84 outweigh the cost of safety.
|
/system/media/audio_utils/ |
D | Doxyfile | 1062 # cost of reduced performance. This can be particularly helpful with template
|