cdp-0.0.2.0: A library for the Chrome Devtools Protocol
Safe HaskellNone
LanguageHaskell2010

CDP.Domains.Profiler

Description

Profiler

Synopsis

Documentation

data PProfilerTakePreciseCoverage Source #

Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started.

Parameters of the takePreciseCoverage command.

data PProfilerStopPreciseCoverage Source #

Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code.

Parameters of the stopPreciseCoverage command.

data ProfilerStop Source #

Constructors

ProfilerStop 

Fields

data PProfilerStartPreciseCoverage Source #

Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters.

Parameters of the startPreciseCoverage command.

Constructors

PProfilerStartPreciseCoverage 

Fields

data PProfilerSetSamplingInterval Source #

Changes CPU profiler sampling interval. Must be called before CPU profiles recording started.

Parameters of the setSamplingInterval command.

Constructors

PProfilerSetSamplingInterval 

Fields

data PProfilerGetBestEffortCoverage Source #

Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection.

Parameters of the getBestEffortCoverage command.

data ProfilerPreciseCoverageDeltaUpdate Source #

Type of the preciseCoverageDeltaUpdate event.

Constructors

ProfilerPreciseCoverageDeltaUpdate 

Fields

data ProfilerProfile Source #

Type Profile. Profile.

Constructors

ProfilerProfile 

Fields

data ProfilerProfileNode Source #

Type ProfileNode. Profile node. Holds callsite information, execution statistics and child nodes.

Constructors

ProfilerProfileNode 

Fields