Space Engineers
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Properties | List of all members
VRageRender.MyPerformanceCounter.Timer Struct Reference

Public Member Functions

void Start ()
 
void Stop ()
 

Static Public Member Functions

static Timer ()
 

Public Attributes

long StartTime
 
long Runtime
 

Static Public Attributes

static Stopwatch m_timer
 
static readonly Timer Empty = new Timer() { Runtime = 0, StartTime = long.MaxValue }
 

Properties

float RuntimeMs [get]
 

Detailed Description

Definition at line 16 of file MyPerformanceCounter.cs.

Constructor & Destructor Documentation

static VRageRender.MyPerformanceCounter.Timer.Timer ( )
inlinestatic

Definition at line 21 of file MyPerformanceCounter.cs.

Member Function Documentation

void VRageRender.MyPerformanceCounter.Timer.Start ( )
inline

Definition at line 38 of file MyPerformanceCounter.cs.

void VRageRender.MyPerformanceCounter.Timer.Stop ( )
inline

Definition at line 44 of file MyPerformanceCounter.cs.

Member Data Documentation

readonly Timer VRageRender.MyPerformanceCounter.Timer.Empty = new Timer() { Runtime = 0, StartTime = long.MaxValue }
static

Definition at line 19 of file MyPerformanceCounter.cs.

Stopwatch VRageRender.MyPerformanceCounter.Timer.m_timer
static

Definition at line 18 of file MyPerformanceCounter.cs.

long VRageRender.MyPerformanceCounter.Timer.Runtime

Definition at line 28 of file MyPerformanceCounter.cs.

long VRageRender.MyPerformanceCounter.Timer.StartTime

Definition at line 27 of file MyPerformanceCounter.cs.

Property Documentation

float VRageRender.MyPerformanceCounter.Timer.RuntimeMs
get

Definition at line 31 of file MyPerformanceCounter.cs.


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