IPerformanceMonitor 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.
public interface IPerformanceMonitor : IDisposable
type IPerformanceMonitor = interface
interface IDisposable
Public Interface IPerformanceMonitor
Implements IDisposable
- Derived
- Implements
Methods
GetPeakCpuUsage() | |
GetPeakMemoryUsageInMegaByte() | |
OnPerformanceMetricsUpdatedHandler(TrialSettings, TrialPerformanceMetrics, CancellationTokenSource) |
The handler function every time PerformanceMetricsUpdated get fired. |
Pause() | |
Start() | |
Stop() |
Events
PerformanceMetricsUpdated |