Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pivoting (0.33 sec)

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

    			x.FullName = fn.Name
    			x.FileName = fn.Filename
    			if !seenFunctions[fn.Name] {
    				x.UniqueName = fn.Name
    				seenFunctions[fn.Name] = true
    			} else {
    				// Assign a different name so pivoting picks this function.
    				x.UniqueName = fmt.Sprint(fn.Name, "#", fn.ID)
    			}
    		} else {
    			x.FullName = fmt.Sprintf("?%d?", unknownIndex)
    			x.UniqueName = x.FullName
    			unknownIndex++
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 5.6K bytes
    - Viewed (0)
Back to top