C# Class OpenRA.Support.PerfHistory

Show file Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
Items PerfItem>.Cache

Public Methods

Method Description
Increment ( string item, double x ) : void
Tick ( ) : void

Method Details

Increment() public static method

public static Increment ( string item, double x ) : void
item string
x double
return void

Tick() public static method

public static Tick ( ) : void
return void

Property Details

Items public static property

public static Cache Items
return PerfItem>.Cache