C# Class nHydrate.Dsl.Custom.DebugHelper

Show file Open project: nHydrate/nHydrate

Public Methods

Method Description
StartTimer ( ) : System.Diagnostics.Stopwatch
StopTimer ( System timer, string text ) : void

Method Details

StartTimer() public static method

public static StartTimer ( ) : System.Diagnostics.Stopwatch
return System.Diagnostics.Stopwatch

StopTimer() public static method

public static StopTimer ( System timer, string text ) : void
timer System
text string
return void