-
public class ProfilerEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProfilerEvent.ConsoleProfileFinishedEventpublic final classProfilerEvent.ConsoleProfileStartedEventSent when new profile recording is started using console.profile() call.
public final classProfilerEvent.PreciseCoverageDeltaUpdateEventReports coverage delta since the last poll (either from an event like this, or from
takePreciseCoveragefor 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 immediatelly at a certain point in time.
-