Find the sources here:
|
Original sources
|
Two utilites may be combined with SID as well as with ZSID which must be loaded additionally.
-
HIST.UTL creates a histogram (bar graph) showing the relative frequency of execution of code within selected program segments of the test program.
The HIST utility allows you to monitor those sections of code that execute most frequently.
-
TRACE.UTL obtains a backtrace of the instructions that led to a particular breakpoint address in a program under test.
You can collect the addresses of up to 256 instructions between pass points in U or T modes.
|