Searched defs:perf (Results 1 - 8 of 8) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/python/
H A Dtwatch.py4 # 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/
H A Drun_audio_test.py28 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/
H A Dsetup.py33 perf = Extension('perf', variable
40 setup(name='perf',
46 url='http://perf.wiki.kernel.org',
47 ext_modules=[perf],
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dattr.c5 * This test is embedded inside into perf directly and is governed
10 * each event created within single perf command. Each event details
11 * are stored into separate text file. Once perf command is finished
32 #include "../perf.h"
148 static int run_dir(const char *d, const char *perf) argument
158 d, d, perf, vcnt, v);
171 return run_dir("./tests", "./perf");
175 snprintf(path_perf, PATH_MAX, "%s/perf", BINDIR);
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
H A DMakefile37 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)/confi
[all...]
/external/chromium_org/third_party/icu/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp16 * Usage from within <ICU build tree>/test/perf/dicttrieperf/ :
81 PackageLookup(const DictionaryTriePerfTest &perf) { argument
83 CharString filename(perf.getSourceDir(), errorCode);
137 BinarySearchPackageLookup(const DictionaryTriePerfTest &perf) argument
138 : PackageLookup(perf) {
246 PrefixBinarySearchPackageLookup(const DictionaryTriePerfTest &perf) argument
247 : BinarySearchPackageLookup(perf) {}
273 BytesTriePackageLookup(const DictionaryTriePerfTest &perf) argument
274 : PackageLookup(perf) {
329 DictLookup(const DictionaryTriePerfTest &perfTest) : perf(perfTes
336 const DictionaryTriePerfTest &perf; member in class:DictLookup
[all...]
/external/icu/icu4c/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp16 * Usage from within <ICU build tree>/test/perf/dicttrieperf/ :
81 PackageLookup(const DictionaryTriePerfTest &perf) { argument
83 CharString filename(perf.getSourceDir(), errorCode);
137 BinarySearchPackageLookup(const DictionaryTriePerfTest &perf) argument
138 : PackageLookup(perf) {
246 PrefixBinarySearchPackageLookup(const DictionaryTriePerfTest &perf) argument
247 : BinarySearchPackageLookup(perf) {}
273 BytesTriePackageLookup(const DictionaryTriePerfTest &perf) argument
274 : PackageLookup(perf) {
329 DictLookup(const DictionaryTriePerfTest &perfTest) : perf(perfTes
336 const DictionaryTriePerfTest &perf; member in class:DictLookup
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jar ... static final org.eclipse.test.internal.perf

Completed in 192 milliseconds