struct Protocol::Profiler::TakePreciseCoverage
- Protocol::Profiler::TakePreciseCoverage
- Struct
- Value
- Object
Overview
Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started.
Included Modules
- JSON::Serializable
- Protocol::Command
Defined in:
protocol/profiler.crConstructors
Instance Method Summary
-
#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.