- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for SetBlockProfileRate (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/utils.go
err := pprof.Lookup("heap").WriteTo(&buf, 0) return buf.Bytes(), err } case madmin.ProfilerBlock: runtime.SetBlockProfileRate(100) prof.stopFn = func() ([]byte, error) { var buf bytes.Buffer err := pprof.Lookup("block").WriteTo(&buf, 0) runtime.SetBlockProfileRate(0) return buf.Bytes(), err } case madmin.ProfilerMutex: prof.record("mutex", 0, "before")
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 33K bytes - Click Count (0) -
api/go1.1.txt
pkg runtime (windows-amd64), const GOOS = "windows" pkg runtime, const Compiler = "gc" pkg runtime, func BlockProfile([]BlockProfileRecord) (int, bool) pkg runtime, func SetBlockProfileRate(int) pkg runtime, method (*BlockProfileRecord) Stack() []uintptr pkg runtime, type BlockProfileRecord struct pkg runtime, type BlockProfileRecord struct, Count int64
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Mar 31 20:37:15 GMT 2022 - 2.6M bytes - Click Count (0)