func runtime.ThreadCreateProfile
3 uses
runtime (current package)
mprof.go#L698: func ThreadCreateProfile(p []StackRecord) (n int, ok bool) {
runtime/pprof
pprof.go#L657: n, _ := runtime.ThreadCreateProfile(nil)
pprof.go#L667: return runtime.ThreadCreateProfile(p)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)