ICpuTimeSlice Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |