/external/chromium-trace/catapult/devil/devil/android/perf/ |
D | perf_control_devicetest.py | 14 from devil.android.perf import perf_control 26 perf = perf_control.PerfControl(self._device) 28 perf.SetPerfProfilingMode() 29 cpu_info = perf.GetCpuInfo() 30 self.assertEquals(len(perf._cpu_files), len(cpu_info)) 35 perf.SetDefaultPerfMode()
|
/external/icu/icu4c/source/test/perf/dicttrieperf/ |
D | dicttrieperf.cpp | 80 PackageLookup(const DictionaryTriePerfTest &perf) { in PackageLookup() argument 82 CharString filename(perf.getSourceDir(), errorCode); in PackageLookup() 136 BinarySearchPackageLookup(const DictionaryTriePerfTest &perf) in BinarySearchPackageLookup() argument 137 : PackageLookup(perf) { in BinarySearchPackageLookup() 245 PrefixBinarySearchPackageLookup(const DictionaryTriePerfTest &perf) in PrefixBinarySearchPackageLookup() argument 246 : BinarySearchPackageLookup(perf) {} in PrefixBinarySearchPackageLookup() 272 BytesTriePackageLookup(const DictionaryTriePerfTest &perf) in BytesTriePackageLookup() argument 273 : PackageLookup(perf) { in BytesTriePackageLookup() 328 DictLookup(const DictionaryTriePerfTest &perfTest) : perf(perfTest) {} in DictLookup() 331 return perf.numTextLines; in getOperationsPerIteration() [all …]
|
/external/chromium-trace/catapult/telemetry/bin/ |
D | README.chromium | 25 Directions for building perf: 29 shell> cd tools/perf 31 shell> ./perf test 42 shell> mv perf perfhost_trusty 44 android/armeabi-v7a/perf: 49 2013-09-26 - bulach - perf / perfhost / tcpdump: 51 make -j32 perf perfhost tcpdump 53 android/arm64-v8a/perf:
|
/external/autotest/client/site_tests/kernel_PerfEventRename/src/ |
D | Makefile | 5 perf-rename-test: perf-rename-test.c 6 $(CC) -g perf-rename-test.c -o perf-rename-test -lpthread
|
/external/skia/site/dev/testing/ |
D | skiaperf.md | 4 [Skia Perf](https://perf.skia.org) is a web based interface for exploring 13 clustering](https://perf.skia.org/clusters/). 21 For example, this query displays the [total code size of the library over time](https://perf.skia.o… 25 …io of playback time in ms to the number of ops for desk\_wowwiki.skp](https://perf.skia.org/#1876): 32 …he data to answer questions like [how many tests were run per commit](https://perf.skia.org/#1878). 36 See Skia Perf for the [full list of functions available](https://perf.skia.org/help). 46 <iframe src='https://perf.skia.org/frame/#4518' width=500 height=300 frameborder=0></iframe> 50 <iframe src='https://perf.skia.org/frame/#4518' width=500 height=300 frameborder=0></iframe>
|
/external/autotest/tko/ |
D | nightly.py | 6 from autotest_lib.tko import db, plotgraph, perf 12 nrows = perf.db_cur.execute(cmd) 13 return [row[0] for row in perf.db_cur.fetchall()] 28 nrows = perf.db_cur.execute(cmd) 29 return dict(perf.db_cur.fetchall()) 55 nrows = perf.db_cur.execute(cmd, args) 56 for testrunx, machx in perf.db_cur.fetchall(): 57 platform, host = perf.machine_idx_to_platform_host(machx) 96 vals = perf.get_metric_at_point(runs[platform], metric) 113 vals = perf.get_metric_at_point(test_runs[kernel][platform], [all …]
|
D | models.py | 315 attr, perf = {}, {} 319 cls.parse_line_into_dicts(line, attr, perf) 321 iterations.append(cls(index, attr, perf)) 323 attr, perf = {}, {} 324 if attr or perf: 325 iterations.append(cls(index, attr, perf))
|
/external/skia/platform_tools/android/bin/ |
D | android_perf | 83 $ADB shell perf record -p ${APP_PID} sleep 70 85 $ADB pull /data/perf.data $PERF_TMP_DIR/perf.data 91 adb_pull_if_needed /data/perf.data $PERF_TMP_DIR/perf.data 92 $PERFHOST report -i $PERF_TMP_DIR/perf.data --symfs=$PERF_TMP_DIR ${runVars[@]}
|
/external/lldb/tools/lldb-perf/lldbperf.xcodeproj/ |
D | project.pbxproj | 71 …16FB701000BFD501 /* lldb-perf-stepping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CE37072… 167 remoteInfo = "lldb-perf-sketch"; 174 remoteInfo = "lldb-perf-formatters"; 181 remoteInfo = "lldb-perf-clang"; 188 remoteInfo = "lldb-perf-step"; 221 …43D2 /* lldb-perf-clang */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executab… 252 …0BB /* lldb-perf-sketch */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executab… 257 …B /* lldb-perf-formatters */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.execut… 262 …D501 /* lldb-perf-step */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executabl… 263 …perf-stepping.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c… [all …]
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
D | SelectTest.java | 32 static PerformanceCounter perf = new PerformanceCounter("bench"); field in SelectTest 137 perf.reset(); in test() 160 perf.reset(); in getKthNearestEnemy() 168 …print(String.format("found nearest. min: %.4f, max: %.4f, avg: %.4f, total: %.3f ms", perf.time.mi… in getKthNearestEnemy() 169 perf.time.max * 1000, perf.time.average * 1000, perf.time.total * 1000)); in getKthNearestEnemy() 206 perf.start(); in getKthNearestEnemy() 210 perf.stop(); in getKthNearestEnemy() 211 perf.tick(); in getKthNearestEnemy()
|
/external/vulkan-validation-layers/layers/ |
D | vk_layer_settings.txt | 38 # perf - Report using the API in a way that may cause suboptimal performance 55 lunarg_device_limits.report_flags = error,warn,perf 60 lunarg_core_validation.report_flags = error,warn,perf 65 lunarg_image.report_flags = error,warn,perf 70 lunarg_object_tracker.report_flags = error,warn,perf 75 lunarg_parameter_validation.report_flags = error,warn,perf 80 lunarg_swapchain.report_flags = error,warn,perf 85 google_threading.report_flags = error,warn,perf
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/ |
D | PerformanceSuite.java | 12 package org.jacoco.core.test.perf; 16 import org.jacoco.core.test.perf.targets.Target01; 17 import org.jacoco.core.test.perf.targets.Target02; 18 import org.jacoco.core.test.perf.targets.Target03;
|
/external/autotest/client/site_tests/platform_Perf/ |
D | control | 7 PURPOSE = 'Verify that the perf tool works properly.' 10 Successfully collect a perf data profile and verify that the contents are well 23 Runs 'perf record' and 'perf report'.
|
/external/chromium-trace/catapult/telemetry/build/ |
D | generate_telemetry_harness.sh | 10 src/tools/perf/find_dependencies \ 11 src/tools/perf/run_benchmark \ 12 src/tools/perf/record_wpr \
|
/external/valgrind/ |
D | README_DEVELOPERS | 57 To build and run all the performance tests, run "make [--quiet] perf". 61 perl perf/vg_perf <name> 67 perl perf/vg_perf perf/ 68 perl perf/vg_perf perf/bz2.vgperf 69 perl perf/vg_perf perf/bz2 76 perl perf/vg_perf --vg=../trunk1 --vg=../trunk2 perf/ 239 perl perf/vg_perf --outer-valgrind=../outer/.../bin/valgrind perf 241 To run a specific perf test (e.g. bz2) in this setup, do : 242 perl perf/vg_perf --outer-valgrind=../outer/.../bin/valgrind perf/bz2 245 perl perf/vg_perf --outer-valgrind=../outer/.../bin/valgrind \ [all …]
|
D | Makefile.am | 30 perf \ subdir 93 perf: check target 94 @PERL@ perf/vg_perf perf
|
/external/autotest/client/site_tests/kernel_PerfEventRename/ |
D | control | 7 Test to determine if the kernel's perf event architecture can handle 10 A test program which changes its name using prctl runs under perf and runs 13 perf again to produce a report. The report is checked to see that the samples 19 Fails if perf report doesn't contain the correct executable name
|
/external/valgrind/docs/internals/ |
D | performance.txt | 24 as they were accessed. This sped up perf/heap by 25--50%, and some big 27 which gave almost identical results while saving 2% in perf/tinycc and 10% 28 in perf/heap on a 3GHz Prescott P4. 30 end. Saved 7% on perf/heap with --num-callers=50, and about 1% on 31 perf/tinycc.
|
/external/autotest/client/site_tests/telemetry_UnitTests/ |
D | control.perf | 7 PURPOSE = "Run the Telemetry perf unit tests as a logged-in user." 16 Verifies that all Telemetry perf unit tests pass when run as a logged-in user. 19 job.run_test('telemetry_UnitTests', browser_type='system', tag='perf',
|
/external/autotest/client/profilers/perf/ |
D | control | 1 job.profilers.add('perf') 3 job.profilers.delete('perf')
|
/external/v8/tools/ |
D | run-perf.sh | 24 Executes <benchmark_command> under observation by Linux perf. 49 perf record -R \
|
/external/autotest/client/site_tests/graphics_PerfControl/ |
D | graphics_PerfControl.py | 9 from autotest_lib.client.cros import perf 33 with perf.PerfControl() as pc:
|
/external/libyuv/files/ |
D | .gitignore | 92 # Files generated by perf 93 perf.data 94 perf.data.old
|
/external/autotest/client/site_tests/hardware_PerfCallgraphVerification/ |
D | control | 7 PURPOSE = "Verify that callchains can be profiled using perf" 9 Successfully collect a perf callchain profile and verify that the
|
/external/autotest/client/site_tests/cellular_Throughput/ |
D | cellular_Throughput.py | 42 perf = http_speed.HttpSpeed( 53 self.write_perf_keyval(perf)
|