C# Class Sharpex2D.Debug.Profiler

ファイルを表示 Open project: ThuCommix/Sharpex2D

Public Methods

Method Description
Profile ( System.Guid guid, System.Action action ) : void

Profiles an action.

Private Methods

Method Description
Profiler ( ) : System

Initializes a new Profiler class.

Method Details

Profile() public static method

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