C# Class AssemblyCSharp.PSProfiler

ファイルを表示 Open project: wooga/ps_social_jam

Public Properties

Property Type Description
Instance PSProfiler

Public Methods

Method Description
Log ( string token ) : void
LogAll ( string header = null ) : void
Reset ( string token ) : void
ResetAll ( ) : void
Start ( string token ) : void
Stop ( string token ) : void
ToDebugString ( ) : string

Private Methods

Method Description
DoLog ( string token ) : void
DoLogAll ( string header ) : void
DoReset ( string token ) : void
DoResetAll ( ) : void
DoStart ( string token ) : void
DoStop ( string token ) : void

Method Details

Log() public static method

public static Log ( string token ) : void
token string
return void

LogAll() public static method

public static LogAll ( string header = null ) : void
header string
return void

Reset() public static method

public static Reset ( string token ) : void
token string
return void

ResetAll() public static method

public static ResetAll ( ) : void
return void

Start() public static method

public static Start ( string token ) : void
token string
return void

Stop() public static method

public static Stop ( string token ) : void
token string
return void

ToDebugString() public method

public ToDebugString ( ) : string
return string

Property Details

Instance public_oe static_oe property

public static PSProfiler,AssemblyCSharp Instance
return PSProfiler