Stores a section of profiling (eg. rendering, physics etc.)
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Profiling CodeProfilerSection
Namespace: DeltaEngine.Profiling
Assembly: DeltaEngine.Profiling (in DeltaEngine.Profiling.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The CodeProfilerSection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CodeProfilerSection | Initializes a new instance of the CodeProfilerSection class |
Methods
Name | Description | |
---|---|---|
![]() | CompareTo | |
![]() | Reset | |
![]() | Start | |
![]() | StopIfProfiling |
Properties
Name | Description | |
---|---|---|
![]() | Calls | |
![]() | Name | |
![]() | TimeCreated | |
![]() | TotalTime |
See Also