HomeSort by relevance Sort by last modified time
    Searched defs:perf (Results 1 - 10 of 10) sorted by null

  /external/linux-tools-perf/src/tools/perf/python/
twatch.py 4 # twatch - Experimental use of the perf python interface
16 import perf namespace
19 cpus = perf.cpu_map()
20 threads = perf.thread_map()
21 evsel = perf.evsel(task = 1, comm = 1, mmap = 0,
24 sample_type = perf.SAMPLE_PERIOD | perf.SAMPLE_TID | perf.SAMPLE_CPU)
26 evlist = perf.evlist(cpus, threads)
  /external/linux-tools-perf/src/tools/perf/util/
setup.py 33 perf = Extension('perf', variable
40 setup(name='perf',
46 url='http://perf.wiki.kernel.org',
47 ext_modules=[perf],
  /packages/apps/UnifiedEmail/src/com/android/mail/perf/
SimpleTimer.java 16 package com.android.mail.perf;
24 * A simple perf timer class that supports lap-time-style measurements. Once a
Timer.java 16 package com.android.mail.perf;
172 LogUtils.d(LOG_TAG, "Perf %s count: %d", entry.getKey(), entry.getValue());
230 LogUtils.d(LOG_TAG, "Perf %s wall: %d cpu: %d",
234 LogUtils.d(LOG_TAG, "Perf/operation %s wall: %d cpu: %d", tag,
  /external/linux-tools-perf/src/tools/perf/config/
Makefile 37 ifeq ($(src-perf),)
38 src-perf := $(srctree)/tools/perf
41 ifeq ($(obj-perf),)
42 obj-perf := $(OUTPUT)
45 ifneq ($(obj-perf),)
46 obj-perf := $(abspath $(obj-perf))/
52 -include $(src-perf)/arch/$(ARCH)/Makefile
54 include $(src-perf)/config/feature-tests.ma
    [all...]
  /external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp 16 * Usage from within <ICU build tree>/test/perf/dicttrieperf/ :
80 PackageLookup(const DictionaryTriePerfTest &perf) {
82 CharString filename(perf.getSourceDir(), errorCode);
136 BinarySearchPackageLookup(const DictionaryTriePerfTest &perf)
137 : PackageLookup(perf) {
245 PrefixBinarySearchPackageLookup(const DictionaryTriePerfTest &perf)
246 : BinarySearchPackageLookup(perf) {}
272 BytesTriePackageLookup(const DictionaryTriePerfTest &perf)
273 : PackageLookup(perf) {
328 DictLookup(const DictionaryTriePerfTest &perfTest) : perf(perfTest) {
335 const DictionaryTriePerfTest &perf; member in class:DictLookup
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 2077 OMX_QCOM_VIDEO_CONFIG_PERF_LEVEL *perf = local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageHeaderView.java 53 import com.android.mail.perf.Timer;
1455 Timer perf = new Timer(); local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp 608 property_get("vidc.dec.debug.perf", property_value, "0");
611 DEBUG_PRINT_HIGH("vidc.dec.debug.perf is %d", perf_flag);
4166 OMX_QCOM_VIDEO_CONFIG_PERF_LEVEL *perf = local
4422 OMX_QCOM_VIDEO_CONFIG_PERF_LEVEL *perf = local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 

Completed in 193 milliseconds