Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MMU (0.01 sec)

  1. src/internal/trace/gc_test.go

    	})
    }
    
    func mmuSlow(util []trace.MutatorUtil, window time.Duration) (mmu float64) {
    	if max := time.Duration(util[len(util)-1].Time - util[0].Time); window > max {
    		window = max
    	}
    
    	mmu = 1.0
    
    	// muInWindow returns the mean mutator utilization between
    	// util[0].Time and end.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 5.3K bytes
    - Viewed (0)
Back to top