Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Lbl (0.02 sec)

  1. src/runtime/mprof.go

    	})
    
    	if n <= len(p) {
    		ok = true
    		r, lbl := p, labels
    
    		// Save current goroutine.
    		sp := getcallersp()
    		pc := getcallerpc()
    		systemstack(func() {
    			saveg(pc, sp, gp, &r[0], pcbuf)
    		})
    		r = r[1:]
    
    		// If we have a place to put our goroutine labelmap, insert it there.
    		if labels != nil {
    			lbl[0] = gp.labels
    			lbl = lbl[1:]
    		}
    
    		// Save other goroutines.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 53.3K bytes
    - Viewed (0)
Back to top