BSD 4_1c_2 release
[unix-history] / usr / src / ucb / pascal / utilities / how_pxp
CommitLineData
4b9ccde7 1@(#)how_pxp 1.1 (Berkeley) 3/2/81
38889d9b
BJ
2To profile a program do
3 pxp -z name.p
4after a translation specifying this option to pi and an execution, i.e.:
5 pi -z name.p
6 px
7or
8 pix -z name.p
9To use pxp to reformat a program you can use the command:
10 pxp name.p >newname.p
11The complete format for using pxp is
12 pxp [ -acdefjntuw_ ] [ -23456789 ] [ -z [ name ... ] ] name.p