/external/llvm/test/CodeGen/X86/ |
D | code_placement_loop_rotation2.ll | 2 …corei7 -mtriple=x86_64-linux -precise-rotation-cost < %s | FileCheck %s -check-prefix=CHECK-PROFILE 61 ; CHECK-PROFILE-LABEL: bar: 62 ; CHECK-PROFILE: callq e 63 ; CHECK-PROFILE: callq f 64 ; CHECK-PROFILE: callq c 65 ; CHECK-PROFILE: callq d 66 ; CHECK-PROFILE: callq h 67 ; CHECK-PROFILE: callq b 68 ; CHECK-PROFILE: callq g
|
D | code_placement_loop_rotation.ll | 2 …corei7 -mtriple=x86_64-linux -precise-rotation-cost < %s | FileCheck %s -check-prefix=CHECK-PROFILE 42 ; CHECK-PROFILE-LABEL: bar: 43 ; CHECK-PROFILE: callq g 44 ; CHECK-PROFILE: callq h 45 ; CHECK-PROFILE: callq e 46 ; CHECK-PROFILE: callq f
|
/external/libogg/ |
D | configure.in | 32 PROFILE="-p -g3 -O2 -signed" 37 PROFILE="-v -xpg -g -xO4 -fast -native -fsimple -xcg92 -Dsuncc" 42 PROFILE="-g -p" 50 PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char" 64 PROFILE="-pg -g -O20 -fsigned-char $sparc_cpu" 69 PROFILE="-fno-common -O4 -Wall -pg -g -fsigned-char -ffast-math" 74 PROFILE="-O20 -g -pg -fsigned-char" 80 PROFILE="$PROFILE $cflags_save" 300 AC_SUBST(PROFILE) subst
|
D | Makefile.in | 148 PROFILE = @PROFILE@
|
/external/python/cpython2/Tools/compiler/ |
D | compile.py | 11 PROFILE = 0 29 PROFILE = 1 37 if PROFILE:
|
/external/syslinux/gpxe/src/include/ |
D | compiler.h | 432 #define DBGP( ... ) DBG_IF ( PROFILE, __VA_ARGS__ ) 433 #define DBGP_HDA( ... ) DBG_HDA_IF ( PROFILE, __VA_ARGS__ ) 434 #define DBGP_HD( ... ) DBG_HD_IF ( PROFILE, __VA_ARGS__ ) 435 #define DBGCP( ... ) DBGC_IF ( PROFILE, __VA_ARGS__ ) 436 #define DBGCP_HDA( ... ) DBGC_HDA_IF ( PROFILE, __VA_ARGS__ ) 437 #define DBGCP_HD( ... ) DBGC_HD_IF ( PROFILE, __VA_ARGS__ )
|
/external/webrtc/webrtc/base/ |
D | profiler.h | 54 #define PROFILE(msg) rtc::ProfilerScope UNIQUE_VAR(msg) macro 56 #define PROFILE_F() PROFILE(__FUNCTION__) 77 #define PROFILE(msg) (void)0 macro
|
D | profiler_unittest.cc | 60 PROFILE(kEvent1Name); in TEST() 73 PROFILE(kEvent2Name); in TEST() 90 PROFILE(kEvent1Name); in TEST()
|
/external/jemalloc/bin/ |
D | jeprof.in | 3769 local *PROFILE = shift; 3772 read(PROFILE, $firstchar, 1); 3773 seek(PROFILE, -1, 1); # unread the firstchar 3777 while (defined($line = <PROFILE>)) { 3838 open(PROFILE, "<$fname") || error("$fname: $!\n"); 3839 binmode PROFILE; # New perls do UTF-8 processing 3840 my $header = ReadProfileHeader(*PROFILE); 3854 $symbols = ReadSymbols(*PROFILE{IO}); 3856 $header = ReadProfileHeader(*PROFILE) || ""; 3861 $header = ReadProfileHeader(*PROFILE) || ""; [all …]
|
/external/python/cpython2/Tools/scripts/ |
D | hotshotmain.py | 20 PROFILE = "hotshot.prof" variable 43 parser.add_option("-p", "--profile", action="store", default=PROFILE,
|
/external/llvm/docs/CommandGuide/ |
D | llvm-cov.rst | 169 :program:`llvm-cov show` [*options*] -instr-profile *PROFILE* *BIN* [*SOURCES*] 175 *BIN* using the profile data *PROFILE*. It can optionally be filtered to only 189 is suitable for the *PROFILE* argument using the :program:`llvm-profdata merge` 281 :program:`llvm-cov report` [*options*] -instr-profile *PROFILE* *BIN* [*SOURCES*] 287 binary *BIN* using the profile data *PROFILE*. It can optionally be filtered to
|
/external/libogg/win32/ |
D | Makefile.in | 96 PROFILE = @PROFILE@
|
D | Makefile | 96 PROFILE = -Wall -W -pg -g -O20 -ffast-math -fsigned-char -g -O2 macro
|
/external/v8/src/ |
D | log.cc | 1553 PROFILE(isolate_, CodeCreateEvent(tag, code_object, description)); in LogCodeObject() 1583 PROFILE(isolate_, CodeCreateEvent( in LogBytecodeHandlers() 1601 PROFILE(isolate_, in LogExistingFunction() 1608 PROFILE(isolate_, in LogExistingFunction() 1614 PROFILE(isolate_, in LogExistingFunction() 1631 PROFILE(isolate_, CallbackEvent(shared->DebugName(), entry_point)); in LogExistingFunction() 1634 PROFILE(isolate_, in LogExistingFunction() 1673 PROFILE(isolate_, GetterCallbackEvent(name, getter_entry)); in LogAccessorCallbacks() 1680 PROFILE(isolate_, SetterCallbackEvent(name, setter_entry)); in LogAccessorCallbacks()
|
D | code-events.h | 76 #define PROFILE(the_isolate, Call) (the_isolate)->code_event_dispatcher()->Call; macro
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_init.c | 598 (defined(DEBUG) || defined(PROFILE) || \ in gallivm_compile_module() 657 #if defined(PROFILE) in gallivm_compile_module()
|
D | lp_bld_debug.cpp | 230 #if defined(__linux__) && defined(PROFILE) in lp_profile()
|
D | lp_bld_misc.cpp | 508 #if defined(DEBUG) || defined(PROFILE) || \ in lp_build_create_jit_compiler_for_module()
|
/external/libogg/doc/libogg/ |
D | Makefile.in | 121 PROFILE = @PROFILE@
|
/external/libogg/include/ogg/ |
D | Makefile.in | 126 PROFILE = @PROFILE@
|
/external/libogg/include/ |
D | Makefile.in | 120 PROFILE = @PROFILE@
|
/external/libogg/doc/ |
D | Makefile.in | 130 PROFILE = @PROFILE@
|
/external/libogg/src/ |
D | Makefile.in | 148 PROFILE = @PROFILE@
|
/external/v8/src/builtins/ |
D | builtins.cc | 32 PROFILE(isolate, CodeCreateEvent(CodeEventListener::BUILTIN_TAG, in PostBuildProfileAndTracing()
|
/external/v8/src/ic/ |
D | handler-compiler.cc | 31 PROFILE(isolate(), CodeCreateEvent(CodeEventListener::HANDLER_TAG, in GetCode()
|