summaryrefslogtreecommitdiff
path: root/static/unix-v10/man1/prof.1
diff options
context:
space:
mode:
Diffstat (limited to 'static/unix-v10/man1/prof.1')
-rw-r--r--static/unix-v10/man1/prof.153
1 files changed, 53 insertions, 0 deletions
diff --git a/static/unix-v10/man1/prof.1 b/static/unix-v10/man1/prof.1
new file mode 100644
index 00000000..da7c5521
--- /dev/null
+++ b/static/unix-v10/man1/prof.1
@@ -0,0 +1,53 @@
+.th PROF I 3/12/73
+.sh NAME
+prof \*- display profile data
+.sh SYNOPSIS
+.bd prof
+[
+.bd \*-v
+] [
+.bd \*-a
+] [
+.bd \*-l
+] [ file ]
+.sh DESCRIPTION
+.it Prof
+will read the file
+mon.out
+produced by the
+monitor subroutine.
+Under default modes,
+the namelist in the
+object file (a.out default)
+is read and correlated to the
+mon.out profile.
+The percentage of time spent
+between adjacent valued
+external symbols is printed
+in decreasing order.
+If the
+.bd \*-a
+option is used,
+all symbols are used rather than
+just external symbols.
+If the option
+.bd \*-l
+is used,
+the output is listed by
+symbol value rather than
+decreasing percentage.
+If the
+.bd \*-v
+option is used,
+all printing is suppressed
+and a profile plot is produced
+on /dev/vt0.
+.sh FILES
+mon.out for profile
+.br
+a.out for namelist
+.br
+/dev/vt0 for plotting
+.sh "SEE ALSO"
+mon(III), profil(II)
+.sh BUGS