HostUtils.RecordInitInstanceTime Method

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)
Syntax
public static void RecordInitInstanceTime(
	string description
)
Public Shared Sub RecordInitInstanceTime ( 
	description As String
)

Parameters

description
Type: SystemString

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

Version Information

Rhino for Windows

Supported in: 6.8
See Also