Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    GcProfiling Class

    Namespace: Stride.Profiling
    Assembly: Stride.Engine.dll
    System.Object → GcProfiling
    Derived from GcProfiling:

    public class GcProfiling : IDisposable
    Name Description
    Constructors
    GcProfiling()
    Fields
    GcCollectionCountKey
    GcMemoryKey
    Methods
    Disable()
    Dispose()
    Enable()
    Tick()
    | Improve this Doc View Source

    Constructors


    GcProfiling()

    public GcProfiling()
    | Improve this Doc View Source

    Fields


    GcCollectionCountKey

    public static ProfilingKey GcCollectionCountKey
    Field Value
    Type Description
    ProfilingKey

    GcMemoryKey

    public static ProfilingKey GcMemoryKey
    Field Value
    Type Description
    ProfilingKey
    | Improve this Doc View Source

    Methods


    Disable()

    public void Disable()

    Dispose()

    public void Dispose()

    Enable()

    public void Enable()

    Tick()

    public void Tick()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation