/external/linux-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 | perf.SAMPLE_TID) 26 evlist = perf.evlist(cpus, threads [all...] |
/external/linux-tools-perf/util/ |
setup.py | 9 perf = Extension('perf', variable 17 setup(name='perf', 23 url='http://perf.wiki.kernel.org', 24 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/chromium_org/chrome/test/functional/ |
perf_endure.py | 6 """Performance tests for Chrome Endure (long-running perf tests on Chrome). 43 import perf namespace 244 """Parses Deep Memory Profiler result, and outputs perf graph values.""" 291 class ChromeEndureBaseTest(perf.BasePerfTest): 298 _GET_PERF_STATS_INTERVAL = 60 * 5 # Measure perf stats every 5 minutes. 306 # perf.BasePerfTest.setUp() 309 # before perf.BasePerfTest.setUp() to inherit them to Chrome. 319 perf.BasePerfTest.setUp(self) 327 logging.info('Gathering perf stats every %d seconds.', 351 perf.BasePerfTest.tearDown(self [all...] |
/external/icu4c/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 | 55 import com.android.mail.perf.Timer; 1502 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 | |