Click or drag to resize
PerformanceTimer Constructor (String, Int32)
Initializes a new instance of the PerformanceTimer class

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public PerformanceTimer(
	string name,
	int page = 0
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Planetbase.PerformanceTimer.#ctor(System.String,System.Int32)"]

page (Optional)
Type: SystemInt32

[Missing <param name="page"/> documentation for "M:Planetbase.PerformanceTimer.#ctor(System.String,System.Int32)"]

See Also