struct FastTimer

in global :: Sandbox . Diagnostics

Like stopwatch, but more lightweight and straight to the point. Use FastTimer.StartNew()


public static FastTimer StartNew( )

😔 No documentation found.

public void Start( )

😔 No documentation found.

public long StartTick { get; }

😔 No documentation found.

public long ElapsedTicks { get; }

😔 No documentation found.

public double ElapsedMicroSeconds { get; }

😔 No documentation found.

public double ElapsedMilliSeconds { get; }

😔 No documentation found.

public double ElapsedSeconds { get; }

😔 No documentation found.

public TimeSpan Elapsed { get; }

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.