Class Profiler.preciseCoverageDeltaUpdate

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<BaseType<?>>
    Enclosing class:
    Profiler

    public static class Profiler.preciseCoverageDeltaUpdate
    extends BrowserEvent<Profiler.preciseCoverageDeltaUpdate>
    implements java.io.Serializable
    This Nested Java Class is declared as an Event-Type by the CDP API Specifications. This class largely functions as a data container or "data record", and encapsulates the datum values that Google Chrome is incorporating into the event that it is firing.

    📌 All browser domain event classes will have a class name that begins with a lower case letter.

    👉 Note that this particular event can be fired by the Profiler domain, located in the JavaScriptAPI. A browser 'domain' is quite similar to a Java Package. It incorporates a suite of features, types and functions under one umbrella.
    Reports coverage delta since the last poll (either from an event like this, or from takePreciseCoverage for the current isolate. May only be sent if precise code coverage has been started. This event can be trigged by the embedder to, for example, trigger collection of coverage data immediately at a certain point in time.
    EXPERIMENTAL
    See Also:
    Serialized Form