Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for doRecordGoroutineProfile (0.14 sec)

  1. src/runtime/mprof.go

    		mp := acquirem()
    		if gp1.goroutineProfiled.CompareAndSwap(goroutineProfileAbsent, goroutineProfileInProgress) {
    			doRecordGoroutineProfile(gp1, pcbuf)
    			gp1.goroutineProfiled.Store(goroutineProfileSatisfied)
    		}
    		releasem(mp)
    	}
    }
    
    // doRecordGoroutineProfile writes gp1's call stack and labels to an in-progress
    // goroutine profile. Preemption is disabled.
    //
    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