[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Profiler - guide

  • Thread starter Thread starter Ken McIntosh
  • Start date Start date
Status
Not open for further replies.
K

Ken McIntosh

Guest
I’ve attached the bootstrap programs I always call whenever I want to start/stop the profiler. The startProfiler.p takes a character input-output parameter where you pass in a seed value for the output file name which is used to prefix a file name that will contain a timestamp and end with .log. e.g. DEFINE VARIABLE cProfileName AS CHARACTER NO-UNDO. cProfileName = “seedValue”. RUN startProfiler ( INPUT-OUTPUT cProfileName ). The value returned is the complete filename with path (using SESSION:TEMP-DIRECTORY). Ken McIntosh Principal Technical Support Engineer Progress Software Corp PH: +1 781 280 3059

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