CodeProfilingProvider InterfaceDelta Engine Documentation
Derived classes implement profiling of code time - ie. how long a section of code takes to run. 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 CodeProfilingProvider

The CodeProfilingProvider type exposes the following members.

Methods

  NameDescription
Public methodBeginFrame
Public methodEndFrame
Public methodGetProfilingResults
Public methodGetProfilingResultsSummary
Public methodStart
Public methodStop
Top
Properties

  NameDescription
Public propertyIsActive
Public propertyMaximumPollsPerSecond
Public propertyResetInterval
Top
Events

  NameDescription
Public eventUpdated
Top
See Also