ProfilerValueRange

Description

enum Tinman.Engine.Profiling.ProfilerValueRange

Enumeration of profiler value ranges.

Public / Constants

Acceptable

public constant Acceptable → (0:int32)

The current profiler value is in the acceptable range, i.e. the related performance goals are reached; however, performance is clearly distinguishable from Good.

Good

public constant Good → (1:int32)

The current profiler value is in the good range, i.e. the related performance goals are well reached.

Bad

public constant Bad → (2:int32)

The current profiler value is in the bad range, i.e. the related performance goals are not reached.