Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Analyzing structure and flow using a trace tree model – PB Docs 2019 – PowerBuilder Library

Analyzing structure and flow using a trace tree model – PB Docs 2019

Analyzing structure and flow using a trace tree model

You use the PowerScript functions and PowerBuilder objects
listed in the following table to build a nested trace tree model of an
application.

Use this function

With this object

To do this

SetTraceFileName

TraceTree

Set the name of the trace file to be
analyzed.

BuildModel

TraceTree

Build a trace tree model based on the trace file.
You can pass optional parameters that let you track the
progress of the build.

EntryList

TraceTree

Get a list of the top-level entries in the trace
tree model.

GetChildrenList

TraceTreeRoutine, TraceTreeObject, and
TraceTreeGarbageCollect

Get a list of the children of the routine or
object—that is, all the routines called directly by the
routine, or the destructor called as a result of the object’s
deletion.

DestroyModel

TraceTree

Destroy the current trace tree model and all the
objects associated with it.

Each of these functions returns a value of type
ErrorReturn.

Each TraceTreeNode object returned by the EntryList and
GetChildrenList functions represents a single node in the trace tree
model and contains information about the parent of the node and the
type of activity it represents.

Inherited objects

The following objects inherit from TraceTreeNode and contain
additional information, including timer values:

  • TraceTreeError

  • TraceTreeESQL

  • TraceTreeGarbageCollect

  • TraceTreeLine

  • TraceTreeObject

  • TraceTreeRoutine

  • TraceTreeUser


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x