Space Engineers
Classes | Static Public Member Functions | List of all members
VRage.Utils.MyMemoryLogs Class Reference

Classes

class  MyMemoryEvent
 

Static Public Member Functions

static List< MyMemoryEventGetManaged ()
 
static List< MyMemoryEventGetNative ()
 
static List< MyMemoryEventGetTimed ()
 
static List< MyMemoryEventGetEvents ()
 
static void StartEvent ()
 
static void EndEvent (MyMemoryEvent ev)
 
static void AddConsoleLine (string line)
 
static void DumpMemoryUsage ()
 

Detailed Description

Definition at line 8 of file MyMemoryLogs.cs.

Member Function Documentation

static void VRage.Utils.MyMemoryLogs.AddConsoleLine ( string  line)
inlinestatic

Definition at line 119 of file MyMemoryLogs.cs.

static void VRage.Utils.MyMemoryLogs.DumpMemoryUsage ( )
inlinestatic

Definition at line 143 of file MyMemoryLogs.cs.

static void VRage.Utils.MyMemoryLogs.EndEvent ( MyMemoryEvent  ev)
inlinestatic

Definition at line 105 of file MyMemoryLogs.cs.

static List<MyMemoryEvent> VRage.Utils.MyMemoryLogs.GetEvents ( )
inlinestatic

Definition at line 86 of file MyMemoryLogs.cs.

static List<MyMemoryEvent> VRage.Utils.MyMemoryLogs.GetManaged ( )
inlinestatic

Definition at line 65 of file MyMemoryLogs.cs.

static List<MyMemoryEvent> VRage.Utils.MyMemoryLogs.GetNative ( )
inlinestatic

Definition at line 72 of file MyMemoryLogs.cs.

static List<MyMemoryEvent> VRage.Utils.MyMemoryLogs.GetTimed ( )
inlinestatic

Definition at line 79 of file MyMemoryLogs.cs.

static void VRage.Utils.MyMemoryLogs.StartEvent ( )
inlinestatic

Definition at line 91 of file MyMemoryLogs.cs.


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