C# Class AssemblyCSharp.PSProfiler.ProfilerEntry

Mostrar archivo Open project: wooga/ps_social_jam

Public Methods

Method Description
ProfilerEntry ( ) : System
Reset ( ) : void
StartWatch ( string token ) : void
StopWatch ( ) : void
ToString ( ) : string

Method Details

ProfilerEntry() public method

public ProfilerEntry ( ) : System
return System

Reset() public method

public Reset ( ) : void
return void

StartWatch() public method

public StartWatch ( string token ) : void
token string
return void

StopWatch() public method

public StopWatch ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string