Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 61 for overlapping (0.25 sec)

  1. src/cmd/trace/goroutines.go

    			})
    		} else {
    			// Sort by total time by default.
    			slices.SortFunc(goroutines, func(a, b goroutine) int {
    				return cmp.Compare(b.TotalTime, a.TotalTime)
    			})
    		}
    
    		// Write down all the non-overlapping stats and sort them.
    		allNonOverlappingStats := make([]string, 0, len(validNonOverlappingStats))
    		for name := range validNonOverlappingStats {
    			allNonOverlappingStats = append(allNonOverlappingStats, name)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  2. src/internal/trace/gc.go

    type MMUCurve struct {
    	series []mmuSeries
    }
    
    type mmuSeries struct {
    	util []MutatorUtil
    	// sums[j] is the cumulative sum of util[:j].
    	sums []totalUtil
    	// bands summarizes util in non-overlapping bands of duration
    	// bandDur.
    	bands []mmuBand
    	// bandDur is the duration of each band.
    	bandDur int64
    }
    
    type mmuBand struct {
    	// minUtil is the minimum instantaneous mutator utilization in
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 26K bytes
    - Viewed (0)
  3. src/cmd/trace/regions.go

    			})
    		} else {
    			// Sort by total time by default.
    			slices.SortFunc(regions, func(a, b region) int {
    				return cmp.Compare(b.TotalTime, a.TotalTime)
    			})
    		}
    
    		// Write down all the non-overlapping stats and sort them.
    		allNonOverlappingStats := make([]string, 0, len(validNonOverlappingStats))
    		for name := range validNonOverlappingStats {
    			allNonOverlappingStats = append(allNonOverlappingStats, name)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/types2/typeset.go

    	// of a method I.m's Func Object of an interface I is the same as that of
    	// the method m in an interface that embeds interface I. On the other hand,
    	// if a method is embedded via multiple overlapping embedded interfaces, we
    	// don't provide a guarantee which "original m" got chosen for the embedding
    	// interface. See also go.dev/issue/34421.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  5. pilot/pkg/credentials/kube/secrets_test.go

    		GenericScrtCaCert: "generic-mtls-split-ca",
    	}, corev1.SecretTypeTLS)
    	overlapping = makeSecret("overlap", map[string]string{
    		GenericScrtCert: "cert", GenericScrtKey: "key", GenericScrtCaCert: "main-ca",
    	}, corev1.SecretTypeTLS)
    	overlappingCa = makeSecret("overlap-cacert", map[string]string{
    		GenericScrtCaCert: "split-ca",
    	}, corev1.SecretTypeTLS)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 19:18:21 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  6. src/go/types/typeset.go

    	// of a method I.m's Func Object of an interface I is the same as that of
    	// the method m in an interface that embeds interface I. On the other hand,
    	// if a method is embedded via multiple overlapping embedded interfaces, we
    	// don't provide a guarantee which "original m" got chosen for the embedding
    	// interface. See also go.dev/issue/34421.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ld/elf_test.go

    	// This test case inspired by issue 67261, in which the linker
    	// produces a set of sections for -buildmode=pie that confuse the
    	// "strip" command, due to overlapping extents. The test first
    	// verifies that we don't have any overlapping PROGBITS/DYNAMIC
    	// sections, then runs "strip" on the resulting binary.
    
    	dir := t.TempDir()
    	src := filepath.Join(dir, "e.go")
    	binFile := filepath.Join(dir, "e.exe")
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 10 13:44:07 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  8. pilot/pkg/xds/eds_test.go

    	// Test initial state
    	testEndpoints("10.0.0.53", "outbound|53||overlapping.cluster.local", adsc, t)
    
    	s.Discovery.Push(&model.PushRequest{
    		Full: true,
    		ConfigsUpdated: sets.New(model.ConfigKey{
    			Kind: kind.ServiceEntry,
    			Name: "overlapping.cluster.local",
    		}),
    	})
    	_, _ = adsc.Wait(5 * time.Second)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 20:58:47 UTC 2024
    - 39.6K bytes
    - Viewed (0)
  9. pkg/config/analysis/analyzers/analyzers_test.go

    			{msg.VirtualServiceIneffectiveMatch, "VirtualService non-method-get"},
    			{msg.VirtualServiceIneffectiveMatch, "VirtualService overlapping-in-single-match"},
    			{msg.VirtualServiceIneffectiveMatch, "VirtualService overlapping-in-two-matches"},
    			{msg.VirtualServiceIneffectiveMatch, "VirtualService overlapping-mathes-with-different-methods"},
    		},
    	},
    	{
    		name: "host defined in virtualservice not found in the gateway",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 07:22:31 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  10. pilot/pkg/features/experimental.go

    		"If enabled, istiod will persist the oldest first heuristic for subtly conflicting traffic policy selection"+
    			"(such as with overlapping wildcard hosts)").Get()
    
    	Enable100ContinueHeaders = env.Register("ENABLE_100_CONTINUE_HEADERS", true,
    		"If enabled, istiod will proxy 100-continue headers as is").Get()
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top