Current section
Files
Jump to
Current section
Files
include/chrobot_extra@protocol@profiler_CoverageRange.hrl
-record(coverage_range, {
start_offset :: integer(),
end_offset :: integer(),
count :: integer()
}).