Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for accumulateGCPauseTime (0.36 sec)

  1. src/runtime/mgc.go

    	now := nanotime()
    	work.tSweepTerm = now
    	var stw worldStop
    	systemstack(func() {
    		stw = stopTheWorldWithSema(stwGCSweepTerm)
    	})
    
    	// Accumulate fine-grained stopping time.
    	work.cpuStats.accumulateGCPauseTime(stw.stoppingCPUTime, 1)
    
    	// Finish sweep before we start concurrent scan.
    	systemstack(func() {
    		finishsweep_m()
    	})
    
    	// clearpools before we start the GC. If we wait the memory will not be
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
Back to top