$DebugSettingsProf
const$DebugSettingsProf:object
Type declaration
description
readonlydescription:"algod mutex and blocking profiling state."='algod mutex and blocking profiling state.'
properties
readonlyproperties:object
properties.block-rate
readonlyproperties.block-rate:object
properties.block-rate.description
readonlyproperties.block-rate.description:"The rate of blocking events. The profiler aims to sample an average of one blocking event per rate nanoseconds spent blocked. To turn off profiling entirely, pass rate 0."='The rate of blocking events. The profiler aims to sample an average of one blocking event per rate nanoseconds spent blocked. To turn off profiling entirely, pass rate 0.'
properties.block-rate.example
readonlyproperties.block-rate.example:1000=1000
properties.block-rate.type
readonlyproperties.block-rate.type:"integer"='integer'
properties.mutex-rate
readonlyproperties.mutex-rate:object
properties.mutex-rate.description
readonlyproperties.mutex-rate.description:"The rate of mutex events. On average 1/rate events are reported. To turn off profiling entirely, pass rate 0"='The rate of mutex events. On average 1/rate events are reported. To turn off profiling entirely, pass rate 0'
properties.mutex-rate.example
readonlyproperties.mutex-rate.example:1000=1000
properties.mutex-rate.type
readonlyproperties.mutex-rate.type:"integer"='integer'
title
readonlytitle:"algod mutex and blocking profiling state."='algod mutex and blocking profiling state.'
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:691