PowerTraceSourceExtensions Class
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.
public static class PowerTraceSourceExtensions
type PowerTraceSourceExtensions = class
Public Module PowerTraceSourceExtensions
- Inheritance
-
PowerTraceSourceExtensions
Methods
UseConnectedStandbyData(ITraceSource) |
Provides data from a trace about the system entering and exiting connected standby. |
UseCpuIdleStates(ITraceSource) |
Provides data from a trace about CPU C-states. |
UseDevicePowerData(ITraceSource) |
Provides data from a trace about device D-states. |
UseEnergyEstimationData(ITraceSource) |
Provides data from a trace about estimated per-process energy usage from Energy Estimation Engine. |
UseEnergyMeterData(ITraceSource) |
Provides data from a trace about measured energy usage from Energy Meter Interface (EMI). |
UsePlatformIdleStates(ITraceSource) |
Provides data from a trace about the target and actual platform idle states of a system. |
UsePowerConfigurationData(ITraceSource) |
Provides data from a trace about system power configuration. |
UsePowerDependencyCoordinatorData(ITraceSource) |
Provides data from a trace about active power dependency coordinator phases. |
UseProcessorFrequencyData(ITraceSource) |
Provides data from a trace about the frequency at which processors ran. |
UseProcessorParkingData(ITraceSource) |
Provides data from a trace about which processors were parked or unparked. |
UseProcessorParkingLimits(ITraceSource) |
Provides data from a trace about the maximum allowed number of unparked processors. |
UseProcessorProfileData(ITraceSource) |
Provides data from a trace about the active processor power profile. |
UseProcessorQualityOfServiceData(ITraceSource) |
Provides data from a trace about the quality of service level for each processor. |
UseProcessorThrottlingData(ITraceSource) |
Provides data from a trace about processor maximum frequency throttling. |
UseSystemPowerSourceData(ITraceSource) |
Provides data from a trace about the active system power source (AC vs DC). |
UseSystemSleepData(ITraceSource) |
Provides data from a trace about overall system power state. |
UseTargetCpuIdleStates(ITraceSource) |
Provides data from a trace about target CPU C-states. |
UseTargetProcessorFrequencyData(ITraceSource) |
Provides data from a trace about target processor frequencies. |