Skip to content

$DebugSettingsProf

const $DebugSettingsProf: object

Type declaration

description

readonly description: "algod mutex and blocking profiling state." = 'algod mutex and blocking profiling state.'

properties

readonly properties: object

properties.block-rate

readonly properties.block-rate: object

properties.block-rate.description

readonly properties.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

readonly properties.block-rate.example: 1000 = 1000

properties.block-rate.type

readonly properties.block-rate.type: "integer" = 'integer'

properties.mutex-rate

readonly properties.mutex-rate: object

properties.mutex-rate.description

readonly properties.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

readonly properties.mutex-rate.example: 1000 = 1000

properties.mutex-rate.type

readonly properties.mutex-rate.type: "integer" = 'integer'

title

readonly title: "algod mutex and blocking profiling state." = 'algod mutex and blocking profiling state.'

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:691