MCPcopy Create free account
hub / github.com/pkg/profile / ThreadcreationProfile

Function ThreadcreationProfile

profile.go:122–122  ·  view source on GitHub ↗

ThreadcreationProfile enables thread creation profiling.. It disables any previous profiling settings.

(p *Profile)

Source from the content-addressed store, hash-verified

120// ThreadcreationProfile enables thread creation profiling..
121// It disables any previous profiling settings.
122func ThreadcreationProfile(p *Profile) { p.mode = threadCreateMode }
123
124// GoroutineProfile enables goroutine profiling.
125// It disables any previous profiling settings.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…