[progress Communities] [progress Openedge Abl] Forum Post: Re: -mm

  • Thread starter Thread starter ctoman
  • Start date Start date
Status
Not open for further replies.
C

ctoman

Guest
I guess I never really thought about putting it in db.pf. however, for testing, I can now test performance I'm going to use this ABL program to test throughput . def var x-start-time as int init 0. def var x as int init 0. def var y as int init 0. y = 1. x-start-time = TIME. FOR EACH glet where cono = 1 NO-LOCK: y = y + 1. END. MESSAGE "Total glet Searched: " y SKIP(1) "Total Seconds: " (time - x-start-time) (time - x-start-time) / 60 SKIP(1) "Average Items read per second: " (y / (time - x-start-time)) VIEW-AS ALERT-BOX.

Continue reading...
 
Status
Not open for further replies.
Back
Top