| /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
| perf_log.h | 21 /* NOTE: This header should be only included from perf.h */ 162 PERF LOG Data Structures 165 /* private PERF structure for logging */ 213 /* PERF log locations are encoded in 6-bits/char. The last 20 characters of 253 PERF LOG External methods 256 extern void __PERF_LOG_log_common(PERF_Private *perf, unsigned long *time_loc); 259 PERF LOG Inline methods
|
| /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/ |
| popup.js | 242 {id: "perf", label: "Perf"},
|
| /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
| ui.js | 184 var rangeUrl = 'http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog' +
|
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
| configure | 27 ${toggle_decode_perf_tests} build decoder perf tests with unit tests
|
| /device/moto/shamu/ |
| device.mk | 334 ro.qualcomm.perf.cores_online=2
|
| /external/chromium_org/third_party/libvpx/source/libvpx/ |
| configure | 27 ${toggle_decode_perf_tests} build decoder perf tests with unit tests
|
| /external/libvpx/libvpx/ |
| configure | 27 ${toggle_decode_perf_tests} build decoder perf tests with unit tests
|
| /frameworks/base/docs/html/ |
| jd_collections.js | 239 "training/articles/perf-anr.html", 339 "training/articles/perf-anr.html",
|
| /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
| util.js | 25 // String literals defined globally and not to be inlined. (IE6 perf)
|
| jstemplate.js | 186 * have to be retrieved twice. (IE6 perf) 195 * construct a new array object for each invocation. (IE6 perf) [all...] |
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
| android.py | 72 PERF_TEST_PATH_PREFIX = '/all-perf-tests' 687 # Check that perf is installed 688 if not self._android_commands.file_exists('/system/bin/perf'): 689 print "Cannot find /system/bin/perf on device %s" % self._android_commands.get_serial() 697 # FIXME: Check that the binary actually is perf-able (has stackframe pointers)? 704 perf on android requires a 'userdebug' build of Android, see: 707 The perf command can be built from: 708 https://android.googlesource.com/platform/external/linux-tools-perf/ 718 http://goto.google.com/cr-android-perf-howto 725 cmd = self._android_commands.adb_command() + ['shell', 'perf', 'record', '-g', '-p', pid, 'sleep', 30 [all...] |
| /external/chromium_org/third_party/jstemplate/ |
| util.js | 21 // String literals defined globally and not to be inlined. (IE6 perf)
|
| jstemplate.js | 172 * have to be retrieved twice. (IE6 perf) 181 * construct a new array object for each invocation. (IE6 perf)
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.test.performance_3.6.0.v20091014.jar | |
| /packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
| Utils.java | 59 import com.android.mail.perf.SimpleTimer; [all...] |
| /frameworks/base/docs/html/training/ |
| training_toc.cs | [all...] |
| /external/chromium_org/v8/tools/ |
| ll_prof.py | 45 Analyses V8 and perf logs to produce profiles. 47 Perf logs can be collected using a command like: 48 $ perf record -R -e cycles -c 10000 -f -i ./d8 bench.js --ll-prof 50 # -e cycles: use cpu-cycles event (run "perf list" for details) 55 This will produce a binary trace file (perf.data) that %prog can analyse. 528 # Please see http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=tree;f=tools/perf 532 # Reference: struct perf_file_header in kernel/tools/perf/util/header.h 622 """Perf (linux-2.6/tools/perf) trace file reader.""" 638 "No perf event attributes found in the trace [all...] |
| /external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/ |
| nacltest.js | 278 // for chrome perf-bot graphs / performance regression testing.
|
| /packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
| ConversationItemView.java | 72 import com.android.mail.perf.Timer; 107 // perf analysis. [all...] |