Provides information on Procedure call usage. Performance of client/server or web-based applications is best when the number of round trips between the client and the server is minimized, because the total communications cost is minimized). One common way to accomplish this is to call a procedure that will perform a number of operations on the server before returning results, rather than sending each individual SQL statement to the server.