HomeSort by relevance Sort by last modified time
    Searched refs:pprof (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/tools/deep_memory_profiler/subcommands/
__init__.py 12 from subcommands.pprof import PProfCommand
  /external/chromium_org/third_party/tcmalloc/vendor/packages/rpm/
rpm.spec 66 %{_bindir}/pprof
67 %{_mandir}/man1/pprof.1*
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 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"
100 my $HEAP_PAGE = "/pprof/heap";
101 my $PROFILE_PAGE = "/pprof/profile"; # must support cgi-param "?seconds=#"
102 my $PMUPROFILE_PAGE = "/pprof/pmuprofile(?:\\?.*)?"; # must support cgi-para
    [all...]
  /external/jemalloc/bin/
pprof 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"
100 my $HEAP_PAGE = "/pprof/heap";
101 my $PROFILE_PAGE = "/pprof/profile"; # must support cgi-param "?seconds=#"
102 my $PMUPROFILE_PAGE = "/pprof/pmuprofile(?:\\?.*)?"; # must support cgi-para
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof 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"
100 my $HEAP_PAGE = "/pprof/heap";
101 my $PROFILE_PAGE = "/pprof/profile"; # must support cgi-param "?seconds=#"
102 my $PMUPROFILE_PAGE = "/pprof/pmuprofile(?:\\?.*)?"; # must support cgi-para
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
Makefile.am 371 ### ------- pprof
373 # If we are not compiling with stacktrace support, pprof is worthless
376 bin_SCRIPTS = src/pprof
381 pprof_unittest: $(top_srcdir)/src/pprof
382 $(top_srcdir)/src/pprof -test
384 # Let unittests find pprof if they need to run it
385 TESTS_ENVIRONMENT += PPROF_PATH=$(top_srcdir)/src/pprof
388 dist_man_MANS = doc/pprof.1
391 # On MSVC, we need our own versions of addr2line and nm to work with pprof.
    [all...]

Completed in 46 milliseconds