type runtime/pprof.Profile
19 uses
runtime/pprof (current package)
pprof.go#L133: type Profile struct {
pprof.go#L144: m map[string]*Profile
pprof.go#L147: var goroutineProfile = &Profile{
pprof.go#L153: var threadcreateProfile = &Profile{
pprof.go#L159: var heapProfile = &Profile{
pprof.go#L165: var allocsProfile = &Profile{
pprof.go#L171: var blockProfile = &Profile{
pprof.go#L177: var mutexProfile = &Profile{
pprof.go#L187: profiles.m = map[string]*Profile{
pprof.go#L208: func NewProfile(name string) *Profile {
pprof.go#L217: p := &Profile{
pprof.go#L226: func Lookup(name string) *Profile {
pprof.go#L233: func Profiles() []*Profile {
pprof.go#L237: all := make([]*Profile, 0, len(profiles.m))
pprof.go#L247: func (p *Profile) Name() string {
pprof.go#L252: func (p *Profile) Count() int {
pprof.go#L279: func (p *Profile) Add(value interface{}, skip int) {
pprof.go#L305: func (p *Profile) Remove(value interface{}) {
pprof.go#L326: func (p *Profile) WriteTo(w io.Writer, debug int) error {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |