Class MyObjectBuilder_ProfilerBlock
Inheritance
System.Object
MyObjectBuilder_ProfilerBlock
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
Declaration
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
Id
Declaration
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
Milliseconds
Declaration
public Nullable<CompactSerializedArray<float>> Milliseconds
Field Value
NumCallsArray
Declaration
public Nullable<CompactSerializedArray<int>> NumCallsArray
Field Value
Parent
Declaration
public MyProfilerBlockKey Parent
Field Value
Type |
Description |
VRage.Profiler.MyProfilerBlockKey |
|
ProcessMemory
Declaration
public Nullable<CompactSerializedArray<float>> ProcessMemory
Field Value
Declaration
Field Value
Type |
Description |
System.String |
|
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
Init(MyObjectBuilder_ProfilerBlock, MyProfiler.MyProfilerObjectBuilderInfo)
Declaration
public static MyProfilerBlock Init(MyObjectBuilder_ProfilerBlock objectBuilder, MyProfiler.MyProfilerObjectBuilderInfo profiler)
Parameters
Returns
Type |
Description |
VRage.Profiler.MyProfilerBlock |
|