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

1 2

  /external/chromium_org/third_party/webrtc/base/
profiler.h 17 // PROFILE("My event");
54 #define PROFILE(msg) rtc::ProfilerScope UNIQUE_VAR(msg)
56 #define PROFILE_F() PROFILE(__FUNCTION__)
65 // Starts and stops a profile event. Useful when an event is not easily
77 #define PROFILE(msg) (void)0
140 // Used by PROFILE macro.
profiler_unittest.cc 34 // Profile a long-running function.
59 { // Profile a scope.
60 PROFILE(kEvent1Name);
72 { // Profile a second event.
73 PROFILE(kEvent2Name);
90 PROFILE(kEvent1Name);
  /development/perftests/panorama/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,
  /development/perftests/panorama/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/v8/src/ic/
ic-compiler.cc 311 PROFILE(isolate(), CodeCreateEvent(Logger::LOAD_INITIALIZE_TAG, *code, 0));
319 PROFILE(isolate(),
328 PROFILE(isolate(), CodeCreateEvent(Logger::STORE_INITIALIZE_TAG, *code, 0));
336 PROFILE(isolate(),
347 PROFILE(isolate(), CodeCreateEvent(Logger::STORE_GENERIC_TAG, *code, 0));
355 PROFILE(isolate(), CodeCreateEvent(Logger::STORE_MEGAMORPHIC_TAG, *code, 0));
367 PROFILE(isolate(), CodeCreateEvent(log_kind(code), *code, *name));
415 PROFILE(isolate(), CodeCreateEvent(log_kind(code), *code, 0));
handler-compiler.cc 77 PROFILE(isolate(), CodeCreateEvent(Logger::STUB_TAG, *code, *name));
  /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/jemalloc/bin/
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)
lp_bld_debug.cpp 275 #if defined(DEBUG) || defined(PROFILE)
lp_bld_init.c 273 #if defined(DEBUG) || defined(PROFILE)
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp 119 #if defined(DEBUG) || defined(PROFILE)
lp_bld_debug.cpp 275 #if defined(DEBUG) || defined(PROFILE)
lp_bld_init.c 273 #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...]
  /external/chromium_org/v8/src/
log.cc     [all...]
cpu-profiler.h 123 // This class implements both the profile events processor thread and
181 #define PROFILE(IsolateGetter, Call) \
211 void DeleteProfile(CpuProfile* profile);
217 // Must be called via PROFILE macro, otherwise will crash when
compiler.cc 628 PROFILE(info->isolate(),
    [all...]
code-stubs.cc 80 PROFILE(isolate(), CodeCreateEvent(Logger::STUB_TAG, *code, os.c_str()));
  /external/libogg/win32/
Makefile 96 PROFILE = -Wall -W -pg -g -O20 -ffast-math -fsigned-char -g -O2
  /external/libvorbis/
configure 905 PROFILE
    [all...]
  /external/chromium_org/v8/src/heap/
heap-inl.h 256 PROFILE(isolate_, SharedFunctionInfoMoveEvent(source->address(),
  /external/oprofile/libpp/
format_output.cpp 170 // the field repeated for each profile class
379 // repeated fields for each profile class
437 profile(p),
440 counts.total = profile.samples_count();
483 sample_container::samples_iterator it = profile.begin(symb);
484 sample_container::samples_iterator end = profile.end(symb);
492 cg_formatter::cg_formatter(callgraph_container const & profile)
494 formatter(profile.extra_found_images)
496 counts.total = profile.samples_count();
549 diff_formatter::diff_formatter(diff_container const & profile,
    [all...]

Completed in 717 milliseconds

1 2