Jake, That's cool ...so you need to know like how many CPU secs a 'perform x thru x-exit' would take ...?
Sent from my iPad Scott Ford Senior Systems Engineer www.identityforge.com On Mar 8, 2012, at 10:44 PM, Jake anderson <[email protected]> wrote: > Scott, > > Its just for performance analysis. Just looking for an advice to develop a > home grown tool. > > On Thu, Mar 8, 2012 at 11:48 PM, Scott Ford <[email protected]> wrote: > >> Robin and Jake, >> >> I guess I am a little confused on why you need to see what CPU cycles are >> being consumed .. >> Is there a problem ? Or trying to save time ? What's the exact issue ? >> Maybe there is another way to resolve it .. >> >> Sent from my iPad >> Scott Ford >> Senior Systems Engineer >> www.identityforge.com >> >> >> >> On Mar 8, 2012, at 9:18 AM, robin <[email protected]> wrote: >> >>> From: "Jake anderson" <[email protected]> >>> Sent: Wednesday, 7 March 2012 7:05 PM >>> >>> >>>> Hello All, >>>> >>>> I am looking for a assembler source code which would help in measurng >> the >>>> CPU time taken for each statement in COBOL. Could anyone advise me if >> you >>>> have sample Code using which I can modify according to my requirement. >>> >>> PL/I has builtin functions for obtaining the time, and for computing the >>> elapsed time. >>> >>> Doesn't your COBOL compiler have something similar? >>
