Show / Hide Table of Contents

Class MyObjectBuilder_ProfilerSnapshot

Inheritance
System.Object
MyObjectBuilder_Base
MyObjectBuilder_ProfilerSnapshot
Inherited Members
MyObjectBuilder_Base.ShouldSerializeSubtypeId()
MyObjectBuilder_Base.Clone()
MyObjectBuilder_Base.Equals(MyObjectBuilder_Base)
MyObjectBuilder_Base.SubtypeId
MyObjectBuilder_Base.SubtypeName
MyObjectBuilder_Base.TypeId
Namespace: VRage.Game
Assembly: VRage.Game.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_ProfilerSnapshot : MyObjectBuilder_Base

Constructors

MyObjectBuilder_ProfilerSnapshot()

Declaration
public MyObjectBuilder_ProfilerSnapshot()

Fields

Profilers

Declaration
public List<MyObjectBuilder_Profiler> Profilers
Field Value
Type Description
System.Collections.Generic.List<MyObjectBuilder_Profiler>

SimulationFrames

Declaration
public List<MyRenderProfiler.FrameInfo> SimulationFrames
Field Value
Type Description
System.Collections.Generic.List<VRage.Profiler.MyRenderProfiler.FrameInfo>

Methods

ClearProfilerDumps()

Declaration
public static void ClearProfilerDumps()

GetObjectBuilder(MyRenderProfiler)

Declaration
public static MyObjectBuilder_ProfilerSnapshot GetObjectBuilder(MyRenderProfiler profiler)
Parameters
Type Name Description
VRage.Profiler.MyRenderProfiler profiler
Returns
Type Description
MyObjectBuilder_ProfilerSnapshot

GetProfilerDumpCount()

Declaration
public static int GetProfilerDumpCount()
Returns
Type Description
System.Int32

GetProfilerDumpPath(Int32)

Get the path where a profiler dump with index should be stored.

Declaration
public static string GetProfilerDumpPath(int index)
Parameters
Type Name Description
System.Int32 index

The index of the profiler dump.

Returns
Type Description
System.String

The path where the dump should be stored.

Init(MyRenderProfiler, SnapshotType, Boolean)

Declaration
public void Init(MyRenderProfiler profiler, SnapshotType type, bool subtract)
Parameters
Type Name Description
VRage.Profiler.MyRenderProfiler profiler
VRage.Profiler.SnapshotType type
System.Boolean subtract

SetDelegates()

Declaration
public static void SetDelegates()

Extension Methods

MyObjectBuilderExtensions.GetId(MyObjectBuilder_Base)
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾