C# Class FunctionTimer

Show file Open project: TomBBonin/UnityHelpers Class Usage Examples

Public Methods

Method Description
DISPLAY_FUNCTION_TIMER_AVERAGE ( string functionName ) : void
RESET ( ) : void
START_FUNCTION_TIMER ( string functionName ) : void
STOP_FUNCTION_TIMER ( string functionName ) : void

Method Details

DISPLAY_FUNCTION_TIMER_AVERAGE() public static method

public static DISPLAY_FUNCTION_TIMER_AVERAGE ( string functionName ) : void
functionName string
return void

RESET() public static method

public static RESET ( ) : void
return void

START_FUNCTION_TIMER() public static method

public static START_FUNCTION_TIMER ( string functionName ) : void
functionName string
return void

STOP_FUNCTION_TIMER() public static method

public static STOP_FUNCTION_TIMER ( string functionName ) : void
functionName string
return void