UsedHeapSizeProbe

Namespace: WellFired.Profile.Unity.Runtime.Probes.ContinuousData

Implements: WellFired.Profile.Probes.IProbe, WellFired.Profile.Probes.IFormattedValue

Description

If you Track the Used Heap size and profiling is enabled, this value will be reported and show you the used heap size in MB

Public Methods

object Probe ( )
string FormattedValue ( object value )

Breakdown

  • object Probe ( )

    Description

    Will return the used heap size in MB

  • string FormattedValue ( object value )

    Description

    Will return the used heap size as a formatted string in MBs

    Parameters

    value