Package 

Class PerformanceDomain

    • Method Summary

      Modifier and Type Method Description
      final Flow<PerformanceEvent> events() Subscribes to all events related to this domain.
      final Flow<PerformanceEvent.MetricsEvent> metrics() Current values of the metrics.
      final Unit disable() Disable collecting and reporting metrics.
      final Unit enable(EnableRequest input) Enable collecting and reporting metrics.
      final Unit setTimeDomain(SetTimeDomainRequest input) Sets time domain to use for collecting and reporting duration metrics.
      final GetMetricsResponse getMetrics() Retrieve current values of run-time metrics.
      • Methods inherited from class org.hildan.chrome.devtools.domains.performance.PerformanceDomain

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait