home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Distributions / ucb / spencer_2bsd.tar.gz / 2bsd.tar / src / pascal / how_pxp < prev    next >
Text File  |  1980-02-17  |  329b  |  12 lines

  1. To profile a program do
  2.     pxp -z name.p
  3. after a translation specifying this option to pi and an execution, i.e.:
  4.     pi -z name.p
  5.     px
  6. or
  7.     pix -z name.p
  8. To use pxp to reformat a program you can use the command:
  9.     pxp name.p >newname.p
  10. The complete format for using pxp is
  11.     pxp [ -acdefjntuw_ ] [ -23456789 ] [ -z [ name ... ] ] name.p
  12.