Locating Bottlenecks in Your Code with the Event Profiler: "Locating Bottlenecks in Your Code with the Event Profiler
An Oracle JDeveloper How To Document
Written by Shay Shmeltzer, Oracle Corporation
July, 2005
Introduction
Oracle JDeveloper has three built-in profilers that can help you fine-tune your Java application. The profilers monitor Java programs as they run, and collect information about the events and memory consumption during the execution. Using the profilers you can find bottlenecks and memory leaks resulting in improved performance for your application. In this short how-to we focus on the event profiler. This profiler provides information about the events taking place in your application when it runs."
No comments:
Post a Comment