/frameworks/base/apct-tests/perftests/textclassifier/ |
D | run.sh | 2 make TextClassifierPerfTests perf-setup.sh 5 adb push ${OUT}/obj/EXECUTABLES/perf-setup.sh_intermediates/perf-setup.sh /data/local/tmp/ 6 adb shell chmod +x /data/local/tmp/perf-setup.sh 7 adb shell /data/local/tmp/perf-setup.sh
|
/frameworks/ml/nn/driver/sample/ |
D | SampleDriverFull.h | 29 SampleDriverFull(const char* name, hal::PerformanceInfo perf) in SampleDriverFull() argument 30 : SampleDriver(name), mPerf(perf) {} in SampleDriverFull()
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/perf/ |
D | TimedStatementResult.java | 17 package com.android.layoutlib.bridge.intensive.util.perf; 19 import com.android.layoutlib.bridge.intensive.util.perf.LongStatsCollector.Stats;
|
D | LongStatsCollector.java | 17 package com.android.layoutlib.bridge.intensive.util.perf;
|
D | PerformanceRunner.java | 17 package com.android.layoutlib.bridge.intensive.util.perf;
|
D | TimedStatement.java | 17 package com.android.layoutlib.bridge.intensive.util.perf;
|
/frameworks/base/services/core/java/com/android/server/ |
D | DiskStatsService.java | 309 long perf = getRecentPerf(); in reportDiskWriteSpeed() local 310 if (perf != 0) { in reportDiskWriteSpeed() 312 pw.println(perf); in reportDiskWriteSpeed() 325 long perf = getRecentPerf(); in reportDiskWriteSpeedProto() local 326 if (perf != 0) { in reportDiskWriteSpeedProto() 327 proto.write(DiskStatsServiceDumpProto.BENCHMARKED_WRITE_SPEED_KBPS, perf); in reportDiskWriteSpeedProto()
|
/frameworks/ml/nn/tools/ |
D | build_and_run_benchmark.sh | 70 LOGFILE=$LOGDIR/perf-cpu.txt 87 LOGFILE=$LOGDIR/perf-driver.txt
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/ |
D | PerformanceTests.java | 21 import com.android.layoutlib.bridge.intensive.util.perf.PerformanceRunner;
|
/frameworks/ml/nn/runtime/test/ |
D | TestPartitioning.cpp | 173 Capabilities makeCapabilities(float perf) { in makeCapabilities() argument 174 PerformanceInfo perfInfo = {.execTime = perf, .powerUsage = perf}; in makeCapabilities() 183 void update(Capabilities* capabilities, OperandType type, float perf) { in update() argument 184 PerformanceInfo perfInfo = {.execTime = perf, .powerUsage = perf}; in update() 945 DeviceSpecification(const std::string& name, float perf, uint32_t operationMask, in DeviceSpecification() 948 : DeviceSpecification(name, perf, perf, operationMask, oem, operationTypes) {} 949 DeviceSpecification(const std::string& name, float perf, float perfRelaxed, in DeviceSpecification() 953 : DeviceSpecification(name, kVersionString, perf, perfRelaxed, operationMask, oem, 955 DeviceSpecification(const std::string& name, const std::string& version, float perf, in DeviceSpecification() 959 : DeviceSpecification(name, version, perf, perf, operationMask, oem, operationTypes) {} [all …]
|
D | TestIntrospectionControl.cpp | 120 DeviceSpecification(const std::string& name, float perf, std::vector<bool>& supportedOps) in DeviceSpecification() 122 PerformanceInfo perfInfo = {.execTime = perf, .powerUsage = perf}; in DeviceSpecification()
|
/frameworks/ml/nn/common/ |
D | Utils.cpp | 1995 PerformanceInfo perf) { in nonExtensionOperandPerformance() argument 2005 ret.push_back(OpPerf{type, perf}); in nonExtensionOperandPerformance() 2015 nonExtensionOperandPerformance<HalVersion::V1_2>(PerformanceInfo perf); 2017 nonExtensionOperandPerformance<HalVersion::V1_3>(PerformanceInfo perf); 2021 VersionedOperandType<version> type, hal::PerformanceInfo perf) { in update() argument 2025 [](const VersionedOperandPerformance<version>& perf, in update() 2026 VersionedOperandType<version> type) { return perf.type < type; }); in update() 2029 it->info = perf; in update() 2033 V1_2::OperandType type, PerformanceInfo perf) { in update() argument 2034 update<HalVersion::V1_2>(operandPerformance, type, perf); in update() [all …]
|
/frameworks/ml/nn/common/include/ |
D | Utils.h | 222 hal::PerformanceInfo perf); 228 hal::V1_2::OperandType type, hal::PerformanceInfo perf); 230 hal::V1_3::OperandType type, hal::PerformanceInfo perf);
|
/frameworks/base/tests/ActivityManagerPerfTests/ |
D | README.txt | 5 * Self-contained perf tests should go in frameworks/base/apct-tests/perftests
|
/frameworks/av/media/extractors/fuzzers/ |
D | mp4_extractor_fuzzer.dict | 99 kw98="perf"
|
/frameworks/ml/nn/runtime/ |
D | ExecutionPlan.cpp | 1859 float perf = 0; in getPerformance() local 1862 perf += getPerformance(preference, device, operationIndex); in getPerformance() 1864 return perf; in getPerformance() 1869 auto applyPreference = [preference](const PerformanceInfo& perf) { in getPerformance() argument 1870 return preference == ANEURALNETWORKS_PREFER_LOW_POWER ? perf.powerUsage : perf.execTime; in getPerformance()
|