V4/usr/man/manx/prof.1
.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