HomeSort by: relevance | last modified time | path
    Searched refs:Focus (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc/dist/bin/
jeprof.in 52 # % tools/jeprof --gv --focus=Mutex "program" "profile"
55 # % tools/jeprof --gv --focus=Mutex --ignore=string "program" "profile"
229 --focus=<regexp> Focus on backtraces with nodes matching <regexp>
259 jeprof --gv --focus=Mutex /bin/ls ls.prof
261 jeprof --gv --focus=Mutex --ignore=string /bin/ls ls.prof
419 "focus=s" => \$main::opt_focus,
599 # Focus?
971 my $focus;
973 ($focus, $ignore) = ParseInteractiveArgs($2)
    [all...]
  /src/external/bsd/jemalloc.old/dist/bin/
jeprof.in 52 # % tools/jeprof --gv --focus=Mutex "program" "profile"
55 # % tools/jeprof --gv --focus=Mutex --ignore=string "program" "profile"
227 --focus=<regexp> Focus on backtraces with nodes matching <regexp>
256 jeprof --gv --focus=Mutex /bin/ls ls.prof
258 jeprof --gv --focus=Mutex --ignore=string /bin/ls ls.prof
413 "focus=s" => \$main::opt_focus,
586 # Focus?
956 my $focus;
958 ($focus, $ignore) = ParseInteractiveArgs($2)
    [all...]

Completed in 31 milliseconds