Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for benchmarkprofile (0.16 sec)

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

    	memprofilerate    = flag.Int64("memprofilerate", 0, "set runtime.MemProfileRate to `rate`")
    	benchmarkFlag     = flag.String("benchmark", "", "set to 'mem' or 'cpu' to enable phase benchmarking")
    	benchmarkFileFlag = flag.String("benchmarkprofile", "", "emit phase profiles to `base`_phase.{cpu,mem}prof")
    
    	flagW ternaryFlag
    	FlagW = new(bool) // the -w flag, computed in main from flagW
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 16:59:50 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/net/idna/idna10.0.0.go

    	// to derive the mayNeedNorm bit later. This may trigger normalization
    	// overeagerly, but it will not do so in the common case. The end result
    	// is another 10% saving on BenchmarkProfile for the common case.
    	var combinedInfoBits info
    	for i := 0; i < len(s); {
    		v, sz := trie.lookupString(s[i:])
    		if sz == 0 {
    			b = append(b, s[k:i]...)
    			b = append(b, "\ufffd"...)
    			k = len(s)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 20.9K bytes
    - Viewed (0)
Back to top