struct Protocol::Profiler::GetBestEffortCoverage

Overview

Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection.

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]