Show / Hide Table of Contents

Class MyObjectBuilder_ProfilerBlock

Inheritance
System.Object
MyObjectBuilder_ProfilerBlock
Namespace: VRage.Game
Assembly: VRage.Game.dll
Syntax
public class MyObjectBuilder_ProfilerBlock : Object

Constructors

MyObjectBuilder_ProfilerBlock()

Declaration
public MyObjectBuilder_ProfilerBlock()

Fields

Allocations

Declaration
public Nullable<CompactSerializedArray<float>> Allocations
Field Value
Type Description
System.Nullable<CompactSerializedArray<System.Single>>

CallFormat

Declaration
public string CallFormat
Field Value
Type Description
System.String

Children

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

CustomValues

Declaration
public Nullable<CompactSerializedArray<float>> CustomValues
Field Value
Type Description
System.Nullable<CompactSerializedArray<System.Single>>

Id

Declaration
public int Id
Field Value
Type Description
System.Int32

Key

Declaration
public MyProfilerBlockKey Key
Field Value
Type Description
VRage.Profiler.MyProfilerBlockKey

ManagedMemoryBytes

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

Milliseconds

Declaration
public Nullable<CompactSerializedArray<float>> Milliseconds
Field Value
Type Description
System.Nullable<CompactSerializedArray<System.Single>>

NumCallsArray

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

Parent

Declaration
public MyProfilerBlockKey Parent
Field Value
Type Description
VRage.Profiler.MyProfilerBlockKey

ProcessMemory

Declaration
public Nullable<CompactSerializedArray<float>> ProcessMemory
Field Value
Type Description
System.Nullable<CompactSerializedArray<System.Single>>

TimeFormat

Declaration
public string TimeFormat
Field Value
Type Description
System.String

ValueFormat

Declaration
public string ValueFormat
Field Value
Type Description
System.String

Methods

GetObjectBuilder(MyProfilerBlock, Boolean)

Declaration
public static MyObjectBuilder_ProfilerBlock GetObjectBuilder(MyProfilerBlock profilerBlock, bool serializeAllocations)
Parameters
Type Name Description
VRage.Profiler.MyProfilerBlock profilerBlock
System.Boolean serializeAllocations
Returns
Type Description
MyObjectBuilder_ProfilerBlock

Init(MyObjectBuilder_ProfilerBlock, MyProfiler.MyProfilerObjectBuilderInfo)

Declaration
public static MyProfilerBlock Init(MyObjectBuilder_ProfilerBlock objectBuilder, MyProfiler.MyProfilerObjectBuilderInfo profiler)
Parameters
Type Name Description
MyObjectBuilder_ProfilerBlock objectBuilder
VRage.Profiler.MyProfiler.MyProfilerObjectBuilderInfo profiler
Returns
Type Description
VRage.Profiler.MyProfilerBlock
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾