SystemProfilingProvider InterfaceDelta Engine Documentation
Derived classes implement system profiling - ie. RAM/CPU/etc. used over time. View code on GitHub

Namespace: DeltaEngine.Profiling
Assembly: DeltaEngine.Profiling (in DeltaEngine.Profiling.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public interface SystemProfilingProvider

The SystemProfilingProvider type exposes the following members.

Methods

  NameDescription
Public methodGetProfilingResults
Public methodLog
Top
Properties

  NameDescription
Public propertyIsActive
Public propertyMaximumPollsPerSecond
Top
Events

  NameDescription
Public eventUpdated
Top
See Also