struct Protocol::Profiler::TakePreciseCoverage

Overview

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

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 result : Array(ScriptCoverage) #

Coverage data for the current isolate.


[View source]
def timestamp : Number::Primitive #

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


[View source]