HomeSort by relevance Sort by last modified time
    Searched refs:PROFILE (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /packages/services/Telephony/src/com/android/phone/
Profiler.java 33 // TODO: Instead of doing all these "if (PROFILE)" checks here, every
35 // Profiler.PROFILE first, so the method calls will get optimized out
37 private static final boolean PROFILE = false;
60 //((ViewRoot)p).profile();
66 if (PROFILE) {
72 if (PROFILE) {
78 if (PROFILE) {
85 if (PROFILE) {
95 if (PROFILE) {
101 if (PROFILE) {
    [all...]
CallTime.java 37 /* package */ static final boolean PROFILE = true;
105 if (PROFILE && isTraceReady()) {
167 if (PROFILE && isTraceRunning()) {
194 if (PROFILE & sProfileState == PROFILE_STATE_READY) {
223 if (PROFILE) {
  /frameworks/base/core/java/android/util/
Config.java 43 public static final boolean PROFILE = false;
  /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
mlinclude.h 14 #ifdef PROFILE
15 #include "profile.h"
30 #ifdef PROFILE
34 #endif // PROFILE
  /hardware/invensense/60xx/mlsdk/mllite/
mlinclude.h 26 #ifdef PROFILE
27 #include "profile.h"
42 #ifdef PROFILE
46 #endif // PROFILE
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlinclude.h 14 #ifdef PROFILE
15 #include "profile.h"
30 #ifdef PROFILE
34 #endif // PROFILE
  /external/chromium_org/third_party/libjingle/source/talk/base/
profiler.h 34 // PROFILE("My event");
68 #define PROFILE(msg) talk_base::ProfilerScope UNIQUE_VAR(msg)
70 #define PROFILE_F() PROFILE(__FUNCTION__)
79 // Starts and stops a profile event. Useful when an event is not easily
91 #define PROFILE(msg) (void)0
151 // Used by PROFILE macro.
profiler_unittest.cc 50 // Profile a long-running function.
74 { // Profile a scope.
75 PROFILE(kEvent1Name);
87 { // Profile a second event.
88 PROFILE(kEvent2Name);
103 PROFILE(kEvent1Name);
  /system/core/sh/
main.c 77 #define PROFILE 0
83 #if PROFILE
108 #if PROFILE
177 read_profile("/etc/profile");
180 read_profile(".profile");
214 #if PROFILE
275 * Read /etc/profile or .profile. Return on error.
init.c 269 #undef PROFILE
270 #define PROFILE 0
561 #undef PROFILE
562 #define PROFILE 0
849 #undef PROFILE
850 #define PROFILE 0
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 27 #if PROFILE
112 #if PROFILE
198 #if PROFILE
205 #if PROFILE
231 #if PROFILE
240 #if PROFILE
  /packages/apps/Camera2/jni/feature_stab/src/dbregtest/
dbregtest.cpp 27 #if PROFILE
112 #if PROFILE
198 #if PROFILE
205 #if PROFILE
231 #if PROFILE
240 #if PROFILE
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 27 #if PROFILE
112 #if PROFILE
198 #if PROFILE
205 #if PROFILE
231 #if PROFILE
240 #if PROFILE
  /external/oprofile/libop/
op_xml_out.h 19 NONE=0, TABLE_ID, PROFILE,
  /external/v8/src/
stub-cache.cc 128 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *cache_name));
147 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name));
167 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name));
187 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name));
205 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name));
230 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name));
249 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name));
269 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name));
287 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name));
308 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name))
    [all...]
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.cpp 23 #if PROFILE
377 #if PROFILE
386 #if PROFILE
391 # if PROFILE
399 #if PROFILE
411 # if PROFILE
433 #if PROFILE
441 # if PROFILE
467 #if PROFILE
dbreg.h 31 #define PROFILE 0
39 #if PROFILE
568 #if PROFILE
  /packages/apps/Camera2/jni/feature_stab/src/dbreg/
dbreg.cpp 23 #if PROFILE
377 #if PROFILE
386 #if PROFILE
391 # if PROFILE
399 #if PROFILE
411 # if PROFILE
433 #if PROFILE
441 # if PROFILE
467 #if PROFILE
dbreg.h 31 #define PROFILE 0
39 #if PROFILE
568 #if PROFILE
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp 23 #if PROFILE
377 #if PROFILE
386 #if PROFILE
391 # if PROFILE
399 #if PROFILE
411 # if PROFILE
433 #if PROFILE
441 # if PROFILE
467 #if PROFILE
dbreg.h 31 #define PROFILE 0
39 #if PROFILE
568 #if PROFILE
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 33 # Program for printing the profile generated by common/profiler.cc,
36 # The profile contains a sequence of entries of the form:
38 # This program parses the profile, and generates user-readable
43 # % tools/pprof "program" "profile"
46 # % tools/pprof --text "program" "profile"
49 # % tools/pprof --gv "program" "profile"
52 # % tools/pprof --gv --focus=Mutex "program" "profile"
55 # % tools/pprof --gv --focus=Mutex --ignore=string "program" "profile"
59 # % tools/pprof --list=IBF_CheckDocid "program" "profile"
64 # % tools/pprof --disasm=IBF_CheckDocid "program" "profile"
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp 119 #if defined(DEBUG) || defined(PROFILE)
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp 119 #if defined(DEBUG) || defined(PROFILE)
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof 33 # Program for printing the profile generated by common/profiler.cc,
36 # The profile contains a sequence of entries of the form:
38 # This program parses the profile, and generates user-readable
43 # % tools/pprof "program" "profile"
46 # % tools/pprof --text "program" "profile"
49 # % tools/pprof --gv "program" "profile"
52 # % tools/pprof --gv --focus=Mutex "program" "profile"
55 # % tools/pprof --gv --focus=Mutex --ignore=string "program" "profile"
59 # % tools/pprof --list=IBF_CheckDocid "program" "profile"
64 # % tools/pprof --disasm=IBF_CheckDocid "program" "profile"
    [all...]

Completed in 986 milliseconds

1 2 3 4