Searched refs:performance (Results 1 – 25 of 61) sorted by relevance
123
/packages/services/Car/cpp/watchdog/server/sysprop/ |
D | WatchdogProperties.sysprop | 18 # Interval in seconds between consecutive boot-time performance data collections. 63 # Interval in seconds between consecutive periodic performance data collections. 81 # Interval in seconds between consecutive periodic performance data monitoring. 90 # Top N per-UID statistics/category collected by the performance data collector. 99 # Top N per-process statistics/category collected by the performance data collector.
|
/packages/modules/NeuralNetworks/driver/sample_aidl/ |
D | SampleDriverAidlAll.cpp | 31 const PerformanceInfo performance{.execTime = 1.1f, .powerUsage = 1.1f}; in main() local 33 ndk::SharedRefBase::make<SampleDriverFull>(name.c_str(), performance); in main()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | faq.md | 91 …his is an optimization which can reduce memory consumption and improve performance, but the input … 197 …This is not directly supported in the current version due to performance consideration. However, i… 235 …tects the encoding of input stream automatically. However, it will incur some performance overhead. 251 …hmark](https://github.com/miloyip/nativejson-benchmark) for evaluating performance of C/C++ JSON l… 255 …Many design decisions of RapidJSON is aimed at time/space performance. These may reduce user-frien… 259 …t Intel's SSE2/SSE4.2 to accelerate whitespace skipping. This improves performance of parsing inde… 269 5. What is the purpose of being high performance? 271 …ver-side applications need to process huge amount of JSONs. Being high performance can improve bot…
|
D | performance.md | 7 The old performance article for RapidJSON 0.1 is provided [here](https://code.google.com/p/rapidjso…
|
D | tutorial.md | 176 … point number types, the DOM tries to handle these with widest possible range and good performance. 218 `GetStringLength()` can also improve performance, as user may often need to call `strlen()` for all… 226 …ctor supports storing null character within the string, and should also provide better performance. 290 The simple answer is performance. For fixed size JSON types (Number, True, False, Null), copying th… 514 5. [Performance](doc/performance.md) shows some in-house and third-party benchmarks.
|
D | features.md | 15 * High performance
|
/packages/providers/MediaProvider/jni/ |
D | Android.bp | 67 "-performance-no-int-to-ptr", 105 "-performance-no-int-to-ptr",
|
/packages/modules/NeuralNetworks/common/types/src/ |
D | Types.cpp | 104 constexpr auto cmp = [](const auto& performance, auto type) { return performance.type < type; }; in lookup() argument
|
/packages/apps/Car/Settings/src/com/android/car/settings/applications/performance/ |
D | PerformanceImpactingAppSettingsFragment.java | 17 package com.android.car.settings.applications.performance;
|
D | PerfImpactingAppsItemManager.java | 17 package com.android.car.settings.applications.performance;
|
D | PerfImpactingAppsUtils.java | 17 package com.android.car.settings.applications.performance;
|
D | PerfImpactingAppsPreferenceController.java | 17 package com.android.car.settings.applications.performance;
|
/packages/apps/Car/Settings/src/com/android/car/settings/applications/ |
D | PerfImpactingAppsEntryPreferenceController.java | 25 import com.android.car.settings.applications.performance.PerfImpactingAppsItemManager;
|
D | AppsFragment.java | 26 import com.android.car.settings.applications.performance.PerfImpactingAppsItemManager;
|
D | PrioritizeAppPerformancePreferenceController.java | 31 import com.android.car.settings.applications.performance.PerfImpactingAppsUtils;
|
/packages/services/Car/tools/cpu_perf/ |
D | 8155.config | 13 default_governor:performance
|
D | pixel6.config | 13 default_governor:performance
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/performance/ |
D | PerfImpactingAppsItemManagerTest.java | 17 package com.android.car.settings.applications.performance;
|
/packages/apps/Test/connectivity/sl4n/rapidjson/ |
D | readme.md | 36 * RapidJSON is fast. Its performance can be comparable to `strlen()`. It also optionally supports S… 68 * (optional)[googletest](https://code.google.com/p/googletest/) for unit and performance testing
|
D | CHANGELOG.md | 70 * Remove other JSON libraries for performance comparison (#180)
|
/packages/services/Car/cpp/telemetry/proto/ |
D | evs.proto | 20 * to improve performance and memory usage.
|
/packages/modules/NeuralNetworks/ |
D | README.txt | 46 ./tools/benchmark: To test performance.
|
/packages/apps/Contacts/ |
D | NOTICE | 35 literary or artistic work, or phonogram or performance and includes 41 work, performance or phonogram, the synchronization of the Work in 63 addition (i) in the case of a performance the actors, singers, 68 performance or other sounds; and, (iii) in the case of broadcasts, the 84 performance; a broadcast; a phonogram; a compilation of data to the 100 performances of the Work, including by public digital performance; to 106 protected performance or phonogram in digital form or other electronic
|
/packages/modules/Bluetooth/system/gd/ |
D | Android.bp | 17 "-performance-unnecessary-value-param", 96 "-performance*",
|
/packages/modules/Connectivity/tests/common/ |
D | Android.bp | 96 // TODO: consider removing extended mockito usage in tests that use it, for performance
|
123