Advanced PowerBuilder

HomePrevious Lesson: Performance Modelling Objects
Next Lesson: Summary

Trace Modelling Objects

The following table lists object to model trace data and description of each object.

Trace Object Name

Description

TraceFile

Used to access the content of a trace file and is used along with other Trace objects.

TraceTree

Provides a tree model listing all the nodes logged in a given trace file. Has functions to analyze trace file, build trace model and list top-level entries in the tree model.

TraceTreeNode

Contains information about the nodes in the tree model.

TraceTreeError

Used to analyze a Tree node of type ActError!. While analyzing, if you find a tree node with ActError! type, then you need to assign to this object to further analyze that node.

TraceTreeESQL

Used to analyze a Tree node of type ActESQL!. While analyzing, if you find a tree node with ActESQL! type, then you need to assign to this object to further analyze that node.

TraceTreeGarbageCollect

Used to analyze a Tree node of type ActGarbageCollect!. While analyzing, if you find a tree node with ActGarbageCollect! type, then you need to assign to this object to further analyze that node.

TraceTreeLine

Used to analyze a Tree node of type ActLine!. While analyzing, if you find a tree node with ActLine! type, then you need to assign to this object to further analyze that node.

TraceTreeRoutine

Used to analyze a Tree node of type ActRoutine!. While analyzing, if you find a tree node with ActRoutine! type, then you need to assign to this object to further analyze that node.

TraceTreeUser

Used to analyze a Tree node of type ActUser!. While analyzing, if you find a tree node with ActUser! type, then you need to assign to this object to further analyze that node.

HomePrevious Lesson: Performance Modelling Objects
Next Lesson: Summary