To start Profiler from the Visual COBOL command prompt, use the following command:
where the parameters are:
Directives must be separated by one or more spaces. Where a Profiler directive takes a parameter, you can enclose the parameter either in quotation marks or in parentheses. If you use either of these, however, you must escape them using the backslash character ( \).
When you run Profiler, the following banner is displayed in the report:
* Micro Focus COBOL Profiler * name-1 . . . * name-n
where name is one of the files listed in filenames at the command line.
The following example shows the report, if you are using Profiler from the command line. If you compile (Windows) or submit to the Cob utility (UNIX) the program prog1 with the PROFILE directive set, run the program, and then enter:
the following output is produced on the console:
* Micro Focus COBOL Profiler * Copyright (C) Micro Focus 1984-2016. All rights reserved. * PROGRAM1 Total time: 156 milliseconds. Module loaded once. ------------------------------------------------------------------------------- Call Count Program ------------------------------------------------------------------------------- 1 program1 ------------------------------------------------------------------------------- % time time entries micros/entry (paragraph OF) Section ------------------------------------------------------------------------------- 79.00 123 1 123000 perf-log-1 OF main-logic-1 14.00 22 16 1375 perf-call-1 OF main-logic-1 7.00 11 1 11000 main-logic-1