C# Class Sharpex2D.Debug.Profiler

Afficher le fichier Open project: ThuCommix/Sharpex2D

Méthodes publiques

Méthode Description
Profile ( System.Guid guid, System.Action action ) : void

Profiles an action.

Private Methods

Méthode Description
Profiler ( ) : System

Initializes a new Profiler class.

Method Details

Profile() public static méthode

Profiles an action.
public static Profile ( System.Guid guid, System.Action action ) : void
guid System.Guid The Guid.
action System.Action The Action.
Résultat void