P
Patrick Tingen
Guest
The profiler is now part of Developer Studio (starting from 11.6 at least). With that you can set up a test for a specific program. When finished, the profiler will show you exactly how many calls to an internal procedure / function you did and how much time each statement took. Valuable information for speeding up you application and finding bottlenecks More info: www.progress.com/.../using-profiling-to-develop-better-abl-code
Continue reading...
Continue reading...