Click or drag to resize

HostUtilsRecordInitInstanceTime Method

Used to help record times at startup with the -stopwatch flag to help determine bottlenecks in start up speed

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static void RecordInitInstanceTime(
	string description
)

Parameters

description
Type: SystemString

[Missing <param name="description"/> documentation for "M:Rhino.Runtime.HostUtils.RecordInitInstanceTime(System.String)"]

See Also