Home | History | Annotate | Download | only in bin

Lines Matching refs:web

102 # These are the web pages that servers need to support for dynamic profiles
118 # These are the web pages that can be named on the command line.
199 --web Generate SVG and display
256 jeprof --web /bin/ls ls.prof
257 Displays annotated call-graph in web browser
407 "web!" => \$main::opt_web,
790 print STDERR "Loading web page file:///$fname\n";
813 print STDERR "Could not load web browser.\n";
924 if (m/^\s*(web)?list\s*(.+)/) {
925 my $html = (defined($1) && ($1 eq "web"));
960 if (m/^\s*(gv|web|evince)\s*(.*)/) {
968 } elsif ($1 eq "web") {
1049 web
1050 web [focus] [-ignore1] [-ignore2]
1051 Like GV, but displays profile in your web browser instead of using
1052 Ghostview. Works best if your web browser is already running.
1062 in a web browser. You can click on source lines to view the
2260 # Rewrite SVG to be more usable inside web browser.