Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pctOff (0.06 sec)

  1. src/cmd/compile/internal/base/base.go

    					newGoal := sample[GOAL].Value.Uint64()
    					pctOff := 100 * (int64(newGoal) - int64(requestedHeapGoal)) / int64(requestedHeapGoal)
    					// Check that the new goal is close to requested.  3% of make.bash fails this test.  Why, TBD.
    					if pctOff < 2 {
    						fmt.Fprintf(os.Stderr, "GCAdjust: Retry GOGC adjust, current goal %d, count is %d, gogc was %d, is now %d, calcLive %d pctOff %d\n",
    							goal, count, oldGogc, myGogc, calcLive, pctOff)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 19:18:34 UTC 2023
    - 8K bytes
    - Viewed (0)
Back to top