C# Class FunctionTimer

Afficher le fichier Open project: TomBBonin/UnityHelpers Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static DISPLAY_FUNCTION_TIMER_AVERAGE ( string functionName ) : void
functionName string
Résultat void

RESET() public static méthode

public static RESET ( ) : void
Résultat void

START_FUNCTION_TIMER() public static méthode

public static START_FUNCTION_TIMER ( string functionName ) : void
functionName string
Résultat void

STOP_FUNCTION_TIMER() public static méthode

public static STOP_FUNCTION_TIMER ( string functionName ) : void
functionName string
Résultat void