Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 165 for tracking (0.23 sec)

  1. pkg/scheduler/framework/types.go

    				non0InitMem = max(non0InitMem, non0MemReq)
    			}
    		},
    	})
    
    	non0CPU = max(non0CPU, non0InitCPU)
    	non0Mem = max(non0Mem, non0InitMem)
    
    	// If Overhead is being utilized, add to the non-zero cpu/memory tracking for the pod. It has already been added
    	// into ScalarResources since it is part of requests
    	if pod.Spec.Overhead != nil {
    		if _, found := pod.Spec.Overhead[v1.ResourceCPU]; found {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 19:28:17 UTC 2024
    - 36.7K bytes
    - Viewed (0)
  2. pkg/kube/multicluster/secretcontroller_test.go

    	i.client.ShutdownHandlers()
    }
    
    func (i *informerHandler[T]) HasSynced() bool {
    	return i.client.HasSynced()
    }
    
    // Test our (lack of) ability to do seamless updates of a cluster.
    // Tracking improvements in https://github.com/istio/istio/issues/49349
    func TestSeamlessMigration(t *testing.T) {
    	stop := make(chan struct{})
    	c := buildTestController(t, true)
    	tt := assert.NewTracker[string](t)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 15:07:03 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/main.go

    	flagAsan          = flag.Bool("asan", false, "enable ASan interface")
    	flagAslr          = flag.Bool("aslr", true, "enable ASLR for buildmode=c-shared on windows")
    
    	flagFieldTrack = flag.String("k", "", "set field tracking `symbol`")
    	flagLibGCC     = flag.String("libgcc", "", "compiler support lib for internal linking; use \"none\" to disable")
    	flagTmpdir     = flag.String("tmpdir", "", "use `directory` for temporary files")
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 16:59:50 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/kube/controller/endpointslice.go

    		return
    	}
    	svc := esc.c.GetService(hostName)
    	discoverabilityPolicy := esc.c.exports.EndpointDiscoverabilityPolicy(svc)
    
    	for _, e := range slice.Endpoints {
    		// Draining tracking is only enabled if persistent sessions is enabled.
    		// If we start using them for other features, this can be adjusted.
    		healthStatus := endpointHealthStatus(svc, e)
    		for _, a := range e.Addresses {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  5. src/runtime/syscall_windows.go

    // this assumes the four fastcall registers were first spilled
    // to the shadow space.
    type abiDesc struct {
    	parts []abiPart
    
    	srcStackSize uintptr // stdcall/fastcall stack space tracking
    	dstStackSize uintptr // Go stack space used
    	dstSpill     uintptr // Extra stack space for argument spill slots
    	dstRegisters int     // Go ABI int argument registers used
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 20:12:46 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/tensorflow/python/py_function_lib.py

    ) -> rd.RepresentativeDataset:
      """Logs the sample number for calibration.
    
      If in debug logging level, the "sample number / total num samples" is logged
      for every 5 iterations.
    
      This is often useful when tracking the progress of the calibration step which
      is often slow and may look stale if there's no logs being printed.
    
      Args:
        representative_dataset: The representative dataset.
    
      Yields:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 05:32:11 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  7. src/internal/coverage/cfile/emit.go

    }
    
    func reportErrorInHardcodedList(slot, pkgID int32, fnID, nCtrs uint32) {
    	metaList := rtcov.Meta.List
    	pkgMap := rtcov.Meta.PkgMap
    
    	println("internal error in coverage meta-data tracking:")
    	println("encountered bad pkgID:", pkgID, " at slot:", slot,
    		" fnID:", fnID, " numCtrs:", nCtrs)
    	println("list of hard-coded runtime package IDs needs revising.")
    	println("[see the comment on the 'rtPkgs' var in ")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:57:47 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/patch.go

    	return func(w http.ResponseWriter, req *http.Request) {
    		ctx := req.Context()
    		// For performance tracking purposes.
    		ctx, span := tracing.Start(ctx, "Patch", traceFields(req)...)
    		defer span.End(500 * time.Millisecond)
    
    		// Do this first, otherwise name extraction can fail for unrecognized content types
    		// TODO: handle this in negotiation
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ir/func.go

    	// created in this function for function literals, range-over-func loops,
    	// and go/defer wrappers, respectively. Used by closureName for creating
    	// unique function names.
    	// Tracking goDeferGen separately avoids wrappers throwing off
    	// function literal numbering (e.g., runtime/trace_test.TestTraceSymbolize.func11).
    	funcLitGen  int32
    	rangeLitGen int32
    	goDeferGen  int32
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:05:44 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  10. src/crypto/tls/handshake_server.go

    	hs.hello.sessionId = hs.clientHello.sessionId
    	// We always send a new session ticket, even if it wraps the same master
    	// secret and it's potentially encrypted with the same key, to help the
    	// client avoid cross-connection tracking from a network observer.
    	hs.hello.ticketSupported = true
    	hs.finishedHash = newFinishedHash(c.vers, hs.suite)
    	hs.finishedHash.discardHandshakeBuffer()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:30:50 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top