option #52

Line profiling

WSupported on Windows
USupported on Unix
VSupported on OpenVMS

 

System option #52 enables line-level profiling of Synergy programs.

If you compile a module with the profiling compiler option (-u or -qprofile on Windows and Unix and /profile on OpenVMS) and set system option #52, a line execution count for the module is generated into a file called lines.dat. You can use the DBLDIR:profline program to decode this data file into a file (lines.lst) that contains the profile.

Note

If option #52 is set, option #42 is ignored.

See Synergy DBL Profiler for more information about routine profiling.