Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

In the transition to Object Orienbt

Status
Not open for further replies.

zvidv

Technical User
May 4, 2003
5
US
In the transition to Object Orienbted development we have several transactions that call to routines. These routines are called via "CALL" not "LINK". The routines are defined in the PPT.

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 T1 activates routine RB.

How can we measure the cpu time of RA and RB ?

Any knowledge in how to configure 3-rd party tools such as Omegamon to meet this issue would be a help
Thanks
 
To the best of my knowledge you cant do this using omegamon. You could do it useing Strobe through.

Regards
FFF
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top