Class ProfilerStatValue

A simple struct that can contain any type of value of runtime profiler stats. The value is wrapped like this to make it easier in the future to expand the value specification options.

Constructors

Properties

Accessors

Methods

Constructors

Properties

_hasValue: boolean
_value: number

Accessors

  • get hasValue(): boolean
  • True if # Value is valid.

    Returns boolean

  • set hasValue(value): void
  • Parameters

    • value: boolean

    Returns void

  • get value(): number
  • The value.

    Returns number

  • set value(value): void
  • Parameters

    • value: number

    Returns void

Methods