Derived classes implement profiling of code time - ie. how long a section of code
takes to run.
View code on GitHub
Namespace: DeltaEngine.ProfilingAssembly: DeltaEngine.Profiling (in DeltaEngine.Profiling.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The CodeProfilingProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | BeginFrame | |
![]() | EndFrame | |
![]() | GetProfilingResults | |
![]() | GetProfilingResultsSummary | |
![]() | Start | |
![]() | Stop |
Properties
Name | Description | |
---|---|---|
![]() | IsActive | |
![]() | MaximumPollsPerSecond | |
![]() | ResetInterval |
Events
Name | Description | |
---|---|---|
![]() | Updated |
See Also