Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetElapsedDateTimeTicks()

long System.Diagnostics.Stopwatch.GetElapsedDateTimeTicks ( )
inlineprivate

Definition at line 94 of file Stopwatch.cs.

95 {
96 return (long)((double)GetRawElapsedTicks() * s_tickFrequency);
97 }
static readonly double s_tickFrequency
Definition Stopwatch.cs:17

References System.Diagnostics.Stopwatch.GetRawElapsedTicks(), and System.Diagnostics.Stopwatch.s_tickFrequency.