Show / Hide Table of Contents

Class MyObjectBuilder_Profiler

Inheritance
System.Object
MyObjectBuilder_Base
MyObjectBuilder_Profiler
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_Profiler : MyObjectBuilder_Base

Constructors

MyObjectBuilder_Profiler()

Declaration
public MyObjectBuilder_Profiler()

Fields

AxisName

Declaration
public string AxisName
Field Value
Type Description
System.String

CommitTimes

Declaration
public CompactSerializedArray<long> CommitTimes
Field Value
Type Description
CompactSerializedArray<System.Int64>

CustomName

Declaration
public string CustomName
Field Value
Type Description
System.String

ProfilingBlocks

Declaration
public List<MyObjectBuilder_ProfilerBlock> ProfilingBlocks
Field Value
Type Description
System.Collections.Generic.List<MyObjectBuilder_ProfilerBlock>

RootBlocks

Declaration
public List<MyProfilerBlockKey> RootBlocks
Field Value
Type Description
System.Collections.Generic.List<VRage.Profiler.MyProfilerBlockKey>

ShallowProfile

Declaration
public bool ShallowProfile
Field Value
Type Description
System.Boolean

Tasks

Declaration
public List<MyProfiler.TaskInfo> Tasks
Field Value
Type Description
System.Collections.Generic.List<VRage.Profiler.MyProfiler.TaskInfo>

TotalCalls

Declaration
public CompactSerializedArray<int> TotalCalls
Field Value
Type Description
CompactSerializedArray<System.Int32>

Methods

GetObjectBuilder(MyProfiler)

Declaration
public static MyObjectBuilder_Profiler GetObjectBuilder(MyProfiler profiler)
Parameters
Type Name Description
VRage.Profiler.MyProfiler profiler
Returns
Type Description
MyObjectBuilder_Profiler

Init(MyObjectBuilder_Profiler)

Declaration
public static MyProfiler Init(MyObjectBuilder_Profiler objectBuilder)
Parameters
Type Name Description
MyObjectBuilder_Profiler objectBuilder
Returns
Type Description
VRage.Profiler.MyProfiler

LoadFromFile(Int32)

Declaration
public static void LoadFromFile(int index)
Parameters
Type Name Description
System.Int32 index

SaveToFile(Int32)

Declaration
public static void SaveToFile(int index)
Parameters
Type Name Description
System.Int32 index

Extension Methods

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