Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Microsoft.Extensions.Internal.ValueStopwatch Struct Reference

Public Member Functions

TimeSpan GetElapsedTime ()
 
TimeSpan GetElapsedTime ()
 
TimeSpan GetElapsedTime ()
 

Static Public Member Functions

static Microsoft.Extensions.Internal.ValueStopwatch StartNew ()
 
static ValueStopwatch StartNew ()
 
static ValueStopwatch StartNew ()
 

Properties

bool IsActive [get]
 

Private Member Functions

 ValueStopwatch (long startTimestamp)
 
 ValueStopwatch (long startTimestamp)
 
 ValueStopwatch (long startTimestamp)
 

Private Attributes

long _startTimestamp
 

Static Private Attributes

static readonly double TimestampToTicks = 10000000.0 / (double)Stopwatch.Frequency
 

Detailed Description

Definition at line 6 of file ValueStopwatch.cs.


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