CodeProfilerSection ClassDelta Engine Documentation
Stores a section of profiling (eg. rendering, physics etc.) View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Profiling CodeProfilerSection

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

public class CodeProfilerSection : IComparable<CodeProfilerSection>

The CodeProfilerSection type exposes the following members.

Constructors

  NameDescription
Public methodCodeProfilerSection
Initializes a new instance of the CodeProfilerSection class
Top
Methods

  NameDescription
Public methodCompareTo
Public methodReset
Public methodStart
Public methodStopIfProfiling
Top
Properties

  NameDescription
Public propertyCalls
Public propertyName
Public propertyTimeCreated
Public propertyTotalTime
Top
See Also