struct Protocol::Profiler::StopPreciseCoverage

Overview

Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code.

Included Modules

Defined in:

protocol/profiler.cr

Constructors

Constructor Detail

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

[View source]