Analyzing procedure profiling results

You can view profiling results for stored procedures, user-defined functions, triggers, system triggers, and events in your database.

Prerequisites

DBA authority.

Context and remarks

Many.

 Analyze procedure profiling results (Sybase Central)
  1. Use the SQL Anywhere 12 plug-in to connect to the database.

  2. Enable procedure profiling.

  3. In the left pane, double-click one of the following: Triggers, System Triggers, Procedures & Functions, or Events.

  4. In the right pane, click the Profiling Results tab.

    A list appears of all the objects of the selected type that have executed since you enabled procedure profiling.

    An expected object might be missing because it has not been executed. Or, it may have executed but the results have not yet been refreshed. Press F5 to refresh the list.

    If you find more objects listed than you expected, one object can call other objects, so there may be more items listed than those that users explicitly called.

  5. To view in-depth profiling results for a specific object, double-click the object on the Profiling Results tab.

Results

The right pane details are replaced with in-depth profiling information for the object.

Next

None.