ProfilerVariable

Description

sealed class Tinman.Engine.Profiling.ProfilerVariable

Base interface for classes that represent a performance variable.

Public / Constructors

Profiler​Variable


public constructor ProfilerVariable → (2)

value in : ProfilerValue

[not-null]
The profiler value.

timeAverage opt : int32 = 1000

[>=0]
Time span in which to compute average profiler values, in milliseconds.

Creates a new instance of ProfilerVariable.

Public / Attributes

Profiler​Value


public attribute ProfilerValue → (get)

value : ProfilerValue

[not-null]
The profiler value.

Returns the profiler value.