05/19/76 - plot_profile (ppf) Function: plot_profile plots a graph of statement number versus cost (or count) for a PL/I or FORTRAN profile. Syntax: plot_profile path -control_args- path pathname of segment that was created by a file_output of the profile command. If the profile suffix is not present, it will be assumed. Control arguments: -count, -ct to get statement counts plotted. -cost to get statement cost plotted (default). -from N, -fm N start with line N (default is first line). -to N stop with line N (default is last line). Notes: This command assumes that graphic_output is attached and open for stream_output. The -long argument should be given to the profile command so that lines whose counts are zero will be included in the profile segment.