ObjectExtender User's Guide and Reference

Analyzing performance

There are different ways you can analyze and tune performance for persistence. The Status Tool can be used to monitor the transactions, views, and caches in the system. You can use it to reset the state of various components as you unit test and get your code working.

Executing SQL. The SQL Query Tool can be used to execute SQL code against the data store connection.

Tracing code paths. The Trace class provides a singleton trace object that has a default output stream and switches for trace levels.

Debugger settings: Catching exceptions. You can also take advantage of the Workbench-Window-Debugger-Caught Exceptions dialog to get better debugging for exceptions thrown within try/catch or synchronized blocks.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]