Click or drag to resize

GH_ProfilerMode Enumeration

Lists all profiler modes.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_ProfilerMode
Members
  Member nameValueDescription
None0 Indicates no profiling is required.
Processor1 Indicates processor time is being measured.
Memory2 Indicates memory footprint is being measured.
See Also