ProfilerVariable Description sealed class Tinman.Engine.Profiling.ProfilerVariable Derived from IProfilerValueProducer IProfilerValueConsumer Base interface for classes that represent a performance variable. Public / Constructors ProfilerVariable 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 ProfilerValue public attribute ProfilerValue → (get) value : ProfilerValue [not-null] The profiler value. Returns the profiler value. ProfilerValueUnit GraphicsParameters