Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for prettyNames (0.18 sec)

  1. src/cmd/vendor/github.com/google/pprof/internal/report/source.go

    	// Set of function names that we are interested in (because they had
    	// a sample and match sym).
    	interest map[string]bool
    
    	// Mapping from system function names to printable names.
    	prettyNames map[string]string
    }
    
    // addrInfo holds information for an address we are interested in.
    type addrInfo struct {
    	loc *profile.Location // Always non-nil
    	obj plugin.ObjFile    // May be nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 31.3K bytes
    - Viewed (0)
Back to top