CPUStopClock

Object List Hierarchy Next Object

Definition:

Specialized Features:

The following tables list and describe the properties and methods added by CPUStopClock. There are no added events.


Properties Use to...


AccumulatedTime Tell the sum of measured time since Start was invoked.

ElapsedTime Tell the span of time elapsed since Start was invoked.

FinishTime Tell the time that Finish was invoked.

MarkCount Tell the number of Marks.

StartTime Tell the time that Start was invoked.

State Tell or control whether the clock is reset, running, stopped, or finished.


Methods Use to...


Finish Stop measuring CPU time.

Mark Keep a labeled mark at a certain time or event.

MarkElapsedTime Find the time span from Start to a particular Mark.

MarkIndex Find the index of a Mark with a particular label text.

MarkText Get the label text of a particular mark.

MarkTimeSpan Find the span of time between two marks.

Pause Stop accumulating time until Start is invoked again.

Reset Set all times back to zero and clear Mark list.

Start Begin or resume measuring CPU time.

Copied Features:

images/Phx00098.gif Properties Methods Events