Space Engineers
Public Member Functions | Properties | List of all members
Sandbox.Engine.Utils.MyLoadingPerformance Class Reference

Public Member Functions

void StartTiming ()
 
void AddVoxelHandCount (int count, uint entityID, string name)
 
void FinishTiming ()
 
void WriteToLog ()
 

Properties

static MyLoadingPerformance Instance [get]
 Gets the singleton instance. More...
 
string LoadingName [get, set]
 
bool IsTiming [get]
 

Detailed Description

Definition at line 9 of file MyLoadingPerformance.cs.

Member Function Documentation

void Sandbox.Engine.Utils.MyLoadingPerformance.AddVoxelHandCount ( int  count,
uint  entityID,
string  name 
)
inline

Definition at line 54 of file MyLoadingPerformance.cs.

void Sandbox.Engine.Utils.MyLoadingPerformance.FinishTiming ( )
inline

Definition at line 62 of file MyLoadingPerformance.cs.

void Sandbox.Engine.Utils.MyLoadingPerformance.StartTiming ( )
inline

Definition at line 41 of file MyLoadingPerformance.cs.

void Sandbox.Engine.Utils.MyLoadingPerformance.WriteToLog ( )
inline

Definition at line 70 of file MyLoadingPerformance.cs.

Property Documentation

MyLoadingPerformance Sandbox.Engine.Utils.MyLoadingPerformance.Instance
staticget

Gets the singleton instance.

Definition at line 17 of file MyLoadingPerformance.cs.

bool Sandbox.Engine.Utils.MyLoadingPerformance.IsTiming
get

Definition at line 30 of file MyLoadingPerformance.cs.

string Sandbox.Engine.Utils.MyLoadingPerformance.LoadingName
getset

Definition at line 25 of file MyLoadingPerformance.cs.


The documentation for this class was generated from the following file: