ProcessTrace
object keeps a record of events that have occurred and information, such as timing, about those events. Each event is represented by a {@link ProcessTraceEvent} object. Events may have sub-events, so aProcessTrace is really a forest of events, which provides a useful description of where time is spent during a process involving several components.
|
|