C# Class AssemblyCSharp.PSProfiler

Afficher le fichier Open project: wooga/ps_social_jam

Méthodes publiques

Свойство Type Description
Instance PSProfiler

Méthodes publiques

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

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

public static Log ( string token ) : void
token string
Résultat void

LogAll() public static méthode

public static LogAll ( string header = null ) : void
header string
Résultat void

Reset() public static méthode

public static Reset ( string token ) : void
token string
Résultat void

ResetAll() public static méthode

public static ResetAll ( ) : void
Résultat void

Start() public static méthode

public static Start ( string token ) : void
token string
Résultat void

Stop() public static méthode

public static Stop ( string token ) : void
token string
Résultat void

ToDebugString() public méthode

public ToDebugString ( ) : string
Résultat string

Property Details

Instance public_oe static_oe property

public static PSProfiler,AssemblyCSharp Instance
Résultat PSProfiler