Defaults

Namespace: WellFired.Profile.Unity

Description

Defaults provide a static access to different group of probes (All, Texture, etc…) that can be directly tracked by a IProfile.

public-static-attrib

readonly IList< DefaultProbe > Continuous
readonly IList< DefaultProbe > ContinuousMemory
readonly IList< DefaultProbe > ContinuousObjectMemory
readonly IList< DefaultProbe > Graphics
readonly IList< DefaultProbe > GraphicsParticles
readonly IList< DefaultProbe > GraphicsShadow
readonly IList< DefaultProbe > GraphicsTexture
readonly IList< DefaultProbe > Hardware
readonly IList< DefaultProbe > Physics
readonly IList< DefaultProbe > Time

Breakdown

  • readonly IList< DefaultProbe > Continuous

    Description

    Static Helper allowing you to quickly track CpuLoad and Framerate

  • readonly IList< DefaultProbe > ContinuousMemory

    Description

    Static Helper allowing you to quickly track generic memory usage

  • readonly IList< DefaultProbe > ContinuousObjectMemory

    Description

    Static Helper allowing you to quickly track object memory usage (Can be quite slow, especially in editor), better to only used this when you need it.

  • readonly IList< DefaultProbe > Graphics

    Description

    Static Helper allowing you to quickly track Graphic Settings

  • readonly IList< DefaultProbe > GraphicsParticles

    Description

    Static Helper allowing you to quickly track Graphic Particle Settings

  • readonly IList< DefaultProbe > GraphicsShadow

    Description

    Static Helper allowing you to quickly track Graphic Shadow Settings

  • readonly IList< DefaultProbe > GraphicsTexture

    Description

    Static Helper allowing you to quickly track Graphic Texture Settings

  • readonly IList< DefaultProbe > Hardware

    Description

    Static Helper allowing you to quickly track Hardware Statistics

  • readonly IList< DefaultProbe > Physics

    Description

    Static Helper allowing you to quickly track Physics Settings

  • readonly IList< DefaultProbe > Time

    Description

    Static Helper allowing you to quickly track Time Settings