Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 279 for Miss (0.04 sec)

  1. src/runtime/metrics/example_test.go

    			// This may happen as new metrics get added.
    			//
    			// The safest thing to do here is to simply log it somewhere
    			// as something to look into, but ignore it for now.
    			// In the worst case, you might temporarily miss out on a new metric.
    			fmt.Printf("%s: unexpected metric Kind: %v\n", name, value.Kind())
    		}
    	}
    }
    
    func medianBucket(h *metrics.Float64Histogram) float64 {
    	total := uint64(0)
    	for _, count := range h.Counts {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 08 16:09:01 UTC 2021
    - 2.6K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/graph/MapIteratorCache.java

      @CheckForNull
      V getIfCached(@CheckForNull Object key) {
        Entry<K, V> entry = cacheEntry; // store local reference for thread-safety
    
        // Check cache. We use == on purpose because it's cheaper and a cache miss is ok.
        if (entry != null && entry.getKey() == key) {
          return entry.getValue();
        }
        return null;
      }
    
      void clearCache() {
        cacheEntry = null;
      }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Oct 06 00:47:57 UTC 2021
    - 4.7K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/graph/MapRetrievalCache.java

        // in combination with immutable cache entries, will ensure a thread-safe cache.
        CacheEntry<K, V> entry;
    
        // Check cache. We use == on purpose because it's cheaper and a cache miss is ok.
        entry = cacheEntry1;
        if (entry != null && entry.key == key) {
          return entry.value;
        }
        entry = cacheEntry2;
        if (entry != null && entry.key == key) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 26 17:43:39 UTC 2021
    - 3.2K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/cluster.go

    			if allFound && !features.EnableUnsafeAssertions {
    				hit += len(cached)
    				resources = append(resources, cached...)
    				continue
    			}
    			miss += len(cached)
    
    			// We have a cache miss, so we will re-generate the cluster and later store it in the cache.
    			var lbEndpoints []*endpoint.LocalityLbEndpoints
    			if clusterKey.endpointBuilder != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 33K bytes
    - Viewed (0)
  5. src/cmd/go/internal/cache/prog.go

    	// etc), or fail gracefully when needed. It also lets us verify the program
    	// wants to be a cache helper.
    	KnownCommands []ProgCmd `json:",omitempty"`
    
    	// For Get requests.
    
    	Miss     bool       `json:",omitempty"` // cache miss
    	OutputID []byte     `json:",omitempty"`
    	Size     int64      `json:",omitempty"` // in bytes
    	Time     *time.Time `json:",omitempty"` // an Entry.Time; when the object was added to the docs
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 14 19:23:25 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  6. src/internal/platform/zosarch_test.go

    func TestGenerated(t *testing.T) {
    	testenv.MustHaveGoRun(t)
    
    	// Here we use 'go run cmd/dist' instead of 'go tool dist' in case the
    	// installed cmd/dist is stale or missing. We don't want to miss a
    	// skew in the data due to a stale binary.
    	cmd := testenv.Command(t, "go", "run", "cmd/dist", "list", "-json", "-broken")
    
    	// cmd/dist requires GOROOT to be set explicitly in the environment.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 22 19:44:52 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  7. guava/src/com/google/common/graph/MapRetrievalCache.java

        // in combination with immutable cache entries, will ensure a thread-safe cache.
        CacheEntry<K, V> entry;
    
        // Check cache. We use == on purpose because it's cheaper and a cache miss is ok.
        entry = cacheEntry1;
        if (entry != null && entry.key == key) {
          return entry.value;
        }
        entry = cacheEntry2;
        if (entry != null && entry.key == key) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 26 17:43:39 UTC 2021
    - 3.2K bytes
    - Viewed (0)
  8. tensorflow/c/experimental/filesystem/plugins/gcs/ram_file_block_cache_test.cc

      // fetcher calls that the cache makes.
      calls.push_back(0);
      // Cache miss - drains an element from `calls`.
      TF_EXPECT_OK(ReadCache(&cache, "", 0, 1, &out));
      // Cache hit - does not drain an element from `calls`.
      TF_EXPECT_OK(ReadCache(&cache, "", 0, 1, &out));
      calls.push_back(block_size);
      // Cache miss followed by cache hit.
      TF_EXPECT_OK(ReadCache(&cache, "", block_size, 1, &out));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Oct 15 03:16:57 UTC 2021
    - 23.2K bytes
    - Viewed (0)
  9. pkg/controller/util/selectors/bimultimap.go

    		key:       key,
    		labels:    labels,
    		labelsKey: labelsKey,
    	}
    	m.labeledObjects[key] = labeledObject
    	// Add associations.
    	if _, ok := m.selectingByLabeled[labelsKey]; !ok {
    		// Cache miss. Scan selecting objects.
    		selecting := &selectingObjects{
    			objects: make(map[Key]*selectingObject),
    		}
    		set := pkglabels.Set(labels)
    		for _, s := range m.selectingObjects {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 21:41:32 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/device_compiler.h

      // miss.  If `compile_mode` is `kLazy` then, based on some profitability
      // heuristics, the compilation cache may decide not to compile the cluster at
      // this time.  In this case it returns null into both `out_compilation_result`
      // and `out_executable`.  If `compile_mode` is `kStrict` then the compilation
      // cache always attempts the compilation on a cache miss. If compilation mode
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 22.1K bytes
    - Viewed (0)
Back to top