IProfilerValueConsumer

Description

interface Tinman.Engine.Profiling.IProfilerValueConsumer

Extended by

ProfilerVariable sealed

Base interface for classes that consume profiler values.

Public / Methods

Value


public method Value → (1)

unit in : ProfilerValueUnit

The value unit.

returns → float64

The profiler value or Maths.NanD iff unit in is incompatible.

Returns the profiler value, computing it if necessary.