zvidv (TechnicalUser) 19.6.03
In the transition to Object Orienbted development we have several transactions that call to routines. These routines are called via "CALL" not "LINK".
How can we monitor the cpu time consumed by a single routine ?
EXAMPLE :
T1-> RA -> RB
transacrion AAAA activates program T1.
Program T1 activates routine RA.
Routine RA activates routine RB.
How can we measure the cpu time of RA and RB ?
Thanks
In the transition to Object Orienbted development we have several transactions that call to routines. These routines are called via "CALL" not "LINK".
How can we monitor the cpu time consumed by a single routine ?
EXAMPLE :
T1-> RA -> RB
transacrion AAAA activates program T1.
Program T1 activates routine RA.
Routine RA activates routine RB.
How can we measure the cpu time of RA and RB ?
Thanks