Package io.webfolder.cdp.command
Interface Performance
-
public interface Performance
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
disable()
Disable collecting and reporting metrics.void
enable()
Enable collecting and reporting metrics.List<Metric>
getMetrics()
Retrieve current values of run-time metrics.
-