Advanced PowerBuilder

HomePrevious Lesson: Collecting Trace Data using Tracing API
Next Lesson: Trace Modelling Objects

Performance Modelling Objects

Profiling Object Name

Description

Profiling

Provides a performance analysis model listing all the routines (both functions and events) logged in a given trace file.

ProfileCall

Provides information about called and calling routine, elapsed time, etc.

ProfileClass

Provides information about all the routines in a class.

ProfileRoutine

Provides information about a routine. Information includes time spent in the routine, number of times it is called, etc.

ProfileLine

Provides information about a line in the performance model.

HomePrevious Lesson: Collecting Trace Data using Tracing API
Next Lesson: Trace Modelling Objects