Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 177 for greatest (0.18 sec)

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

    	epocht := time.Unix(0, 0)
    	for _, f := range files {
    		if err := os.Chtimes(f, epocht, epocht); err != nil {
    			Exitf("cannot chtimes %s: %v", f, err)
    		}
    	}
    }
    
    // hostobjCopy creates a copy of the object files in hostobj in a
    // temporary directory.
    func (ctxt *Link) hostobjCopy() (paths []string) {
    	var wg sync.WaitGroup
    	sema := make(chan struct{}, runtime.NumCPU()) // limit open file descriptors
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  2. src/runtime/mgcpacer.go

    	// disproportionately affect small heaps: as heaps get smaller, the pacer's inputs get fuzzier.
    	// Shorter GC cycles and less GC work means noisy external factors like the OS scheduler have a
    	// greater impact.
    
    	memoryLimit := uint64(c.memoryLimit.Load())
    
    	// Compute term 1.
    	nonHeapMemory := mappedReady - heapFree - heapAlloc
    
    	// Compute term 2.
    	var overage uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  3. pkg/scheduler/internal/queue/scheduling_queue.go

    	return &framework.QueuedPodInfo{
    		PodInfo:              &framework.PodInfo{Pod: pod},
    		UnschedulablePlugins: sets.New(plugins...),
    	}
    }
    
    // NewPriorityQueue creates a PriorityQueue object.
    func NewPriorityQueue(
    	lessFn framework.LessFunc,
    	informerFactory informers.SharedInformerFactory,
    	opts ...Option,
    ) *PriorityQueue {
    	options := defaultPriorityQueueOptions
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 61.4K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/internal/cache/DiskLruCacheTest.kt

            snapshot1.assertValue(1, "a")
            snapshot2.assertValue(1, "a")
          }
        }
      }
    
      @ParameterizedTest
      @ArgumentsSource(FileSystemParamProvider::class)
      fun `remove while reading creates zombie that is removed when read finishes`(parameters: Pair<FileSystem, Boolean>) {
        setUp(parameters.first, parameters.second)
        val afterRemoveFileContents = if (windows) "a" else null
    
        set("k1", "a", "a")
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Apr 15 14:55:09 UTC 2024
    - 75.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/mark_for_compilation_pass.cc

      if (*debug_options_.fuel >= std::numeric_limits<int64_t>::max() / 2) {
        // The assumption is that if fuel started out as INT64_MAX, it will forever
        // stay greater than INT64_MAX / 2.
        VLOG(2) << "Starting fuel: infinity";
      } else {
        VLOG(2) << "Starting fuel: " << *debug_options_.fuel;
      }
    
      VLOG(2) << "sorted_nodes.size() = " << sorted_nodes.size();
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  6. pkg/kubelet/pod_workers_test.go

    		RunningPod: &kubecontainer.Pod{ID: "1", Name: "1", Namespace: "test"},
    	})
    	drainAllWorkers(podWorkers)
    	if len(processed) != 0 {
    		t.Fatalf("Not all pods processed: %v", len(processed))
    	}
    
    	// creates synthetic pod
    	podWorkers.UpdatePod(UpdatePodOptions{
    		UpdateType: kubetypes.SyncPodKill,
    		RunningPod: &kubecontainer.Pod{ID: "1", Name: "1", Namespace: "test"},
    	})
    	drainAllWorkers(podWorkers)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 75.6K bytes
    - Viewed (0)
  7. cmd/object-api-multipart_test.go

    	if err != nil {
    		// Failed to create NewMultipartUpload, abort.
    		t.Fatalf("%s : %s", instanceType, err)
    	}
    
    	uploadIDs = append(uploadIDs, res.UploadID)
    	// Parts with size greater than 5 MiB.
    	// Generating a 6MiB byte array.
    	validPart := bytes.Repeat([]byte("abcdef"), 1*humanize.MiByte)
    	validPartMD5 := getMD5Hash(validPart)
    	// Create multipart parts.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 77.1K bytes
    - Viewed (0)
  8. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/service/DefaultServiceRegistry.java

            }
            throw new IllegalArgumentException(String.format("Service registry %s cannot be used as a parent for another service registry.", serviceRegistry));
        }
    
        /**
         * Creates a service registry that uses the given providers.
         */
        public static ServiceRegistry create(ServiceRegistrationProvider... providers) {
            DefaultServiceRegistry registry = new DefaultServiceRegistry();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:40 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/NodeState.java

            } else {
                // The isEmpty check is not required, might look innocent, but Guava's performance bad for an empty immutable list
                // because it still creates an inner class for an iterator, which delegates to an Array iterator, which does... nothing.
                // so just adding this check has a significant impact because most components do not declare any capability
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 58.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    ### `-tf-device-cluster-formation`
    
    _Form clusters from instructions assigned to same device_
    
    Clusters operations with the same device assignment id. For each
    cluster, creates a "tf_device.device_launch" op with a Region containing the
    ops in each cluster and replaces the ops with the new launch op.
    
    For example, given the following program:
    
    ```mlir
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
Back to top