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

  /external/linux-tools-perf/perf-3.12.0/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/chromium_org/third_party/webrtc/tools/e2e_quality/audio/
run_audio_test.py 28 import perf.perf_utils namespace
123 perf.perf_utils.PrintPerfResult(graph_name='audio_e2e_score',
  /external/linux-tools-perf/perf-3.12.0/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/perf-3.12.0/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/chromium_org/third_party/icu/source/test/perf/dicttrieperf/
dicttrieperf.cpp 16 * Usage from within <ICU build tree>/test/perf/dicttrieperf/ :
81 PackageLookup(const DictionaryTriePerfTest &perf) {
83 CharString filename(perf.getSourceDir(), errorCode);
137 BinarySearchPackageLookup(const DictionaryTriePerfTest &perf)
138 : PackageLookup(perf) {
246 PrefixBinarySearchPackageLookup(const DictionaryTriePerfTest &perf)
247 : BinarySearchPackageLookup(perf) {}
273 BytesTriePackageLookup(const DictionaryTriePerfTest &perf)
274 : PackageLookup(perf) {
329 DictLookup(const DictionaryTriePerfTest &perfTest) : perf(perfTest) {
336 const DictionaryTriePerfTest &perf; member in class:DictLookup
    [all...]
  /external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp 16 * Usage from within <ICU build tree>/test/perf/dicttrieperf/ :
81 PackageLookup(const DictionaryTriePerfTest &perf) {
83 CharString filename(perf.getSourceDir(), errorCode);
137 BinarySearchPackageLookup(const DictionaryTriePerfTest &perf)
138 : PackageLookup(perf) {
246 PrefixBinarySearchPackageLookup(const DictionaryTriePerfTest &perf)
247 : BinarySearchPackageLookup(perf) {}
273 BytesTriePackageLookup(const DictionaryTriePerfTest &perf)
274 : PackageLookup(perf) {
329 DictLookup(const DictionaryTriePerfTest &perfTest) : perf(perfTest) {
336 const DictionaryTriePerfTest &perf; member in class:DictLookup
    [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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 

Completed in 152 milliseconds