struct Protocol::Profiler::PreciseCoverageDeltaUpdate
- Protocol::Profiler::PreciseCoverageDeltaUpdate
- Struct
- Value
- Object
Overview
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.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/profiler.crConstructors
Instance Method Summary
-
#occasion : String
Identifier for distinguishing coverage events.
-
#result : Array(ScriptCoverage)
Coverage data for the current isolate.
-
#timestamp : Number::Primitive
Monotonically increasing time (in seconds) when the coverage update was taken in the backend.
Constructor Detail
Instance Method Detail
def timestamp : Number::Primitive
#
Monotonically increasing time (in seconds) when the coverage update was taken in the backend.