C# Class Invert.Core.Benchmark

Inheritance: IDisposable
显示文件 Open project: InvertGames/uFrame.Editor

Public Properties

Property Type Description
Action Action
Start System.DateTime

Public Methods

Method Description
Benchmark ( ) : System
Benchmark ( Action action ) : System
Dispose ( ) : void

Method Details

Benchmark() public method

public Benchmark ( ) : System
return System

Benchmark() public method

public Benchmark ( Action action ) : System
action Action
return System

Dispose() public method

public Dispose ( ) : void
return void

Property Details

Action public_oe property

public Action Action
return Action

Start public_oe property

public DateTime,System Start
return System.DateTime