struct Protocol::Profiler::StartPreciseCoverage
- Protocol::Profiler::StartPreciseCoverage
- Struct
- Value
- Object
Overview
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.
Included Modules
- JSON::Serializable
- Protocol::Command
Defined in:
protocol/profiler.crConstructors
Instance Method Summary
-
#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.