C
cverbiest
Guest
Some tips You should start using the profiler, the UI for analyzing the result is now part of PDSOE and it is way better than the unsupported UI that has been around since Progress 8. Use the latest OpenEdge version possible You should profile compiled application, use -rr to disable the compiler combined with -q. This ensures you run only compile code. Following build.xml to fix pdsoe will compile the pdsoe debuglauncher so that you can start a -rr session from within PDSOE use -q disable all types logging, you don't want to profile the performance of the logging. Use different session when recording logging e.g. qryinfo
Continue reading...
Continue reading...