Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/runtime/trace.go

    	}
    
    	// Write an EvFrequency event for this generation.
    	//
    	// N.B. This may block for quite a while to get a good frequency estimate, so make sure we do
    	// this here and not e.g. on the trace reader.
    	traceFrequency(gen)
    
    	// Collect all the untraced Gs.
    	type untracedG struct {
    		gp           *g
    		goid         uint64
    		mid          int64
    		stackID      uint64
    		status       uint32
    		waitreason   waitReason
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 37.1K bytes
    - Viewed (0)
Back to top