| Name | Description | Type | Package | Framework |
| StopWatch | Simple stop watch, allowing for timing of a number of tasks,exposing total running time and running time for each named task. | Class | org.springframework.util | Spring MVC |
| StopWatch .TaskInfo | Inner class to hold data about one task executed within the stop watch. | Class | org.springframework.util.StopWatch | Spring MVC |