Class Timer

java.lang.Object
com.sun.faces.util.Timer

public class Timer extends Object
This class is a simple wrapper for timing method calls. The traditional method is to add two variables, start, and stop, and display the difference of these values. Encapsulates the process.