GH_ComponentProcessorTime Property |
Gets the total processor time (profiler) spend by this component and all input parameters.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public override TimeSpan ProcessorTime { get; }
Public Overrides ReadOnly Property ProcessorTime As TimeSpan
Get
Property Value
Type:
TimeSpan[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Component.ProcessorTime"]
See Also