Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parallelLabelHog (0.22 sec)

  1. src/runtime/pprof/pprof_test.go

    			mustNotBeLabeled string
    		)
    		for _, loc := range s.Location {
    			for _, l := range loc.Line {
    				switch l.Function.Name {
    				case "runtime/pprof.labelHog", "runtime/pprof.parallelLabelHog", "runtime/pprof.parallelLabelHog.func1":
    					mustBeLabeled = l.Function.Name
    				case "runtime/pprof.Do":
    					// Do sets the labels, so samples may
    					// or may not be labeled depending on
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 68.8K bytes
    - Viewed (0)
Back to top