DebugSettingsProf
DebugSettingsProf:
object
algod mutex and blocking profiling state.
Type declaration
block-rate?
optional
block-rate:number
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.
mutex-rate?
optional
mutex-rate:number
The rate of mutex events. On average 1/rate events are reported. To turn off profiling entirely, pass rate 0
Defined in
types.gen.ts:529