Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestMemProfileCheck (0.38 sec)

  1. src/cmd/link/internal/ld/ld_test.go

    	}
    }
    
    // TestMemProfileCheck tests that cmd/link sets
    // runtime.disableMemoryProfiling if the runtime.MemProfile
    // symbol is unreachable after deadcode (and not dynlinking).
    // The runtime then uses that to set the default value of
    // runtime.MemProfileRate, which this test checks.
    func TestMemProfileCheck(t *testing.T) {
    	testenv.MustHaveGoBuild(t)
    	t.Parallel()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 13 05:45:53 UTC 2023
    - 10.3K bytes
    - Viewed (0)
Back to top