struct Protocol::Profiler::StartPreciseCoverage

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

Defined in:

protocol/profiler.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def timestamp : Number::Primitive #

Monotonically increasing time (in seconds) when the coverage update was taken in the backend.


[View source]