編輯

共用方式為


ICpuTimeSlice Interface

Definition

Defines a single scheduling of a thread to run on a processor.

public interface ICpuTimeSlice
type ICpuTimeSlice = interface
Public Interface ICpuTimeSlice
Derived

Properties

Duration

Gets the duration during which the thread was running on the processor.

Process

Gets the process that was running on the processor, if available.

Processor

Gets index of the processor on which the thread was running.

StartTime

Gets the timestamp at which the thread started running on the processor.

StopTime

Gets the timestamp at which the thread stopped running on the processor.

SwitchIn

Gets the IContextSwitchIn that contains data about the thread as it was switching onto the processor, if available.

SwitchOut

Gets the IContextSwitchOut that contains data about the thread as it was switching off of the processor, if available.

Thread

Gets the thread that was running on the processor, if available.

Applies to