Profiling software measures the frequency of execution of each method or function in your code. Some profilers can also break down the execution time and memory use by each object.
EAServer includes built-in profiling support of public component methods—see “Component profiling and tracing”. You can also use third-party tools to gather profiling data for additional methods. Popular third-party software option include:
OptimizeIt, from Borland. For detailed instructions on using OptimizeIt with EAServer, see Integrating OptimizeIt in Sybase EAServer, on the Sybase Web site.
JProbe, available from Quest Software.