MCPcopy Index your code
hub / github.com/coder/coder / SetBlockProfileRate

Method SetBlockProfileRate

coderd/debug.go:385–385  ·  view source on GitHub ↗
(rate int)

Source from the content-addressed store, hash-verified

383}
384
385func (defaultProfileCollector) SetBlockProfileRate(rate int) { runtime.SetBlockProfileRate(rate) }
386func (defaultProfileCollector) SetMutexProfileFraction(rate int) int {
387 return runtime.SetMutexProfileFraction(rate)
388}

Callers

nothing calls this directly

Calls 1

SetBlockProfileRateMethod · 0.65

Tested by

no test coverage detected