C# Class OpenMinecraft.Profiler

Courtesy of MSDN. Adapted into a class
Show file Open project: N3X15/MineEdit Class Usage Examples

Public Methods

Method Description
Profiler ( string opname ) : System
Start ( ) : void
Stop ( ) : long
ToString ( ) : string

Method Details

Profiler() public method

public Profiler ( string opname ) : System
opname string
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : long
return long

ToString() public method

public ToString ( ) : string
return string