Performance Domain
Methods
Events
Types
Methods
Performance.disable #
Disable collecting and reporting metrics.
Performance.enable #
Enable collecting and reporting metrics.
parameters
- timeDomain
 - 
          string
          
      
Time domain to use for collecting and reporting duration metrics.
Allowed Values:timeTicks,threadTicks 
Events
Types
Performance.Metric #
Run-time execution metric.
Type: object
properties
- name
 - 
          string
          
      
Metric name.
 - value
 - 
          number
          
      
Metric value.