Package io.webfolder.cdp.command
Interface Performance
public interface Performance
-
Method Summary
Modifier and TypeMethodDescriptionvoid
disable()
Disable collecting and reporting metrics.void
enable()
Enable collecting and reporting metrics.void
enable
(TimeDomain timeDomain) Enable collecting and reporting metrics.Retrieve current values of run-time metrics.void
setTimeDomain
(TimeDomain timeDomain) Deprecated.
-
Method Details
-
disable
void disable()Disable collecting and reporting metrics. -
enable
void enable()Enable collecting and reporting metrics. -
enable
Enable collecting and reporting metrics.- Parameters:
timeDomain
- Time domain to use for collecting and reporting duration metrics.
-
getMetrics
Retrieve current values of run-time metrics.- Returns:
- Current values for run-time metrics.
-
setTimeDomain
Deprecated.Sets time domain to use for collecting and reporting duration metrics. Note that this must be called before enabling metrics collection. Calling this method while metrics collection is enabled returns an error.- Parameters:
timeDomain
- Time domain
-