Analyzing trace information programmatically

PowerBuilder provides three ways to analyze trace information using built-in system objects and functions:

The profiling tools use the first two ways. The Class and Routine views are based on a call graph model, and the Trace view is based on a trace tree model.

NoteSupporting files needed To create a profile from a trace file, PowerBuilder must also access the PBL, PBD, or executable file used to create the trace file, and the PBL, PBD, or executable file must be in the same location as when the trace file was created.