Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for makeLocationIDMap (0.15 sec)

  1. src/cmd/vendor/github.com/google/pprof/profile/merge.go

    		mappings:  make(map[mappingKey]*Mapping, len(srcs[0].Mapping)),
    	}
    
    	for _, src := range srcs {
    		// Clear the profile-specific hash tables
    		pm.locationsByID = makeLocationIDMap(len(src.Location))
    		pm.functionsByID = make(map[uint64]*Function, len(src.Function))
    		pm.mappingsByID = make(map[uint64]mapInfo, len(src.Mapping))
    
    		if len(pm.mappings) == 0 && len(src.Mapping) > 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 17K bytes
    - Viewed (0)
Back to top