HomeSort by relevance Sort by last modified time
    Searched refs:perf (Results 51 - 75 of 169) sorted by null

1 23 4 5 6 7

  /external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
asciidoc.conf 7 # Show PERF link as: <command>(<section>); if section is defined, else just show
30 ifndef::perf-asciidoc-no-roff[]
45 endif::perf-asciidoc-no-roff[]
47 ifdef::perf-asciidoc-no-roff[]
66 endif::perf-asciidoc-no-roff[]
77 <refmiscinfo class="source">perf</refmiscinfo>
79 <refmiscinfo class="manual">perf Manual</refmiscinfo>
Makefile 6 $(wildcard perf-*.txt)) \
7 perf.txt
42 htmldir?=$(prefix)/share/doc/perf-doc
43 pdfdir?=$(prefix)/share/doc/perf-doc
108 ASCIIDOC_EXTRA += -a perf-asciidoc-no-roff
114 ASCIIDOC_EXTRA += -a perf-asciidoc-no-roff
131 # http://marc.theaimsgroup.com/?l=perf&m=111558757202243&w=2
174 info: $(OUTPUT)perf.info $(OUTPUT)perfman.info
204 $(INSTALL) -m 644 $(OUTPUT)perf.info $(OUTPUT)perfman.info $(DESTDIR)$(infodir)
206 $(INSTALL_INFO) --info-dir=$(DESTDIR)$(infodir) perf.info ;
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
Makefile 27 cp -f PERF.awk $(OMXTESTDIR)
28 cp -f perf $(TARGETDIR)/bin
31 chmod +x $(TARGETDIR)/bin/perf
47 rm -f $(OMXTESTDIR)/PERF.awk
48 rm -f $(TARGETDIR)/bin/perf
perf 4 my_perf=/tmp/.perf.$$
5 my_perf_pattern=/tmp/.perf.*
8 cmd_VCrate="Video+Capture+Rate CAMT PERF.awk+who=CAMT+from=Hardware+what=frame+how=received"
9 cmd_VDrate="Video+Decode+Rate VD_T PERF.awk+who=VD_T+to=HLMM+what=frame+how=sending"
10 cmd_VDTrate="Video+Decode+Rate VD_T PERF.awk+who=VD_T+to=LLMM+what=frame+how=sending"
11 cmd_VErate="Video+Encode+Rate VE_T PERF.awk+who=VE_T+to=HLMM+what=buffer+how=sending"
12 cmd_VERrate="Video+Encode+Input+Rate VE__ PERF.awk+who=VE__+from=HLMM+what=frame+how=received"
13 cmd_VPPYrate="Video+PreProc+YUV+Output+Rate VPPT PERF.awk+who=VPPT+to=HLMM+what=frame+how=sending"
14 cmd_VPPRrate="Video+PreProc+RGB+Output+Rate VPPT PERF.awk+who=VPPT+to=HLMM+what=frame+how=sending"
15 cmd_VPPIrate="Video+PreProc+Input+Rate VPP_ PERF.awk+who=VPP_+from=HLMM+what=frame+how=received
    [all...]
  /external/linux-tools-perf/
Android.mk 17 include $(LOCAL_PATH)/perf-3.12.0/tools/perf/Android.mk
  /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...]
  /external/chromium_org/third_party/icu/source/test/perf/utrie2perf/
utrie2perf.sh 10 PERF=~/svn.icu/utf8-dev/test/perf/utrie2perf/utrie2perf
20 $PERF CheckFCD -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
21 # $PERF CheckFCDAlwaysGet -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
22 # $PERF CheckFCDUTF8 -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
23 $PERF ToNFC -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
24 $PERF GetBiDiClass -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
utrie2perf.bat 4 set PERF=c:\svn\icuproj\icu\utf8\source\test\perf\utrie2perf\x86\Release\utrie2perf
14 %PERF% CheckFCD -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
15 rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
16 rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
17 %PERF% ToNFC -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
18 %PERF% GetBiDiClass -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
  /external/icu/icu4c/source/test/perf/utrie2perf/
utrie2perf.sh 10 PERF=~/svn.icu/utf8-dev/test/perf/utrie2perf/utrie2perf
20 $PERF CheckFCD -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
21 # $PERF CheckFCDAlwaysGet -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
22 # $PERF CheckFCDUTF8 -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
23 $PERF ToNFC -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
24 $PERF GetBiDiClass -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
utrie2perf.bat 4 set PERF=c:\svn\icuproj\icu\utf8\source\test\perf\utrie2perf\x86\Release\utrie2perf
14 %PERF% CheckFCD -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
15 rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
16 rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
17 %PERF% ToNFC -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
18 %PERF% GetBiDiClass -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/bin/
netdev-times-record 2 perf record -e net:net_dev_xmit -e net:net_dev_queue \
  /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],
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/
Android.mk 18 $(TI_OMX_SYSTEM)/perf/inc
  /external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
Makefile.in 1 ## Makefile.in for ICU - test/perf/ubrkperf
14 subdir = test/perf/DateFmtPerf
68 ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) ./$(TARGET) -x $(top_builddir)/perf-output.xml
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
Makefile.in 1 ## Makefile.in for ICU - test/perf/ubrkperf
14 subdir = test/perf/DateFmtPerf
68 ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) ./$(TARGET) -x $(top_builddir)/perf-output.xml
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
rep_prefix.S 5 # The answer is validated to hw perf counters.
  /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
  /external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
contperf.bat 4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
17 %PERF% Contains --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
span16perf.bat 4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
17 %PERF% SpanUTF16 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
span8perf.bat 4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
17 %PERF% SpanUTF8 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
  /external/chromium_org/v8/tools/
android-ll-prof.sh 29 # Runs d8 with the given arguments on the device under 'perf' and
56 perf record -R -e cycles -c 10000 -f -i \
61 adb pull /data/perf.data .
  /external/icu/icu4c/source/test/perf/unisetperf/draft/
contperf.bat 4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
17 %PERF% Contains --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
span16perf.bat 4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
17 %PERF% SpanUTF16 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
span8perf.bat 4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
17 %PERF% SpanUTF8 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf.c 24 #include "perf.h"
28 __PERF_LOG_create(PERF_Private *perf, PERF_Config *config,
32 __PERF_LOG_done(PERF_Private *perf);
67 /* delete PERF opject */
133 PERF_OBJTYPE *hPERF = NULL; /* PERF object */

Completed in 1702 milliseconds

1 23 4 5 6 7