Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 177 for _ecounters (0.64 sec)

  1. guava-tests/test/com/google/common/util/concurrent/AtomicDoubleArrayTest.java

                  ++counts;
                }
              }
            }
            if (done) {
              break;
            }
          }
        }
      }
    
      /**
       * Multiple threads using same array of counters successfully update a number of times equal to
       * total count
       */
      public void testCountingInMultipleThreads() throws InterruptedException {
        final AtomicDoubleArray aa = new AtomicDoubleArray(SIZE);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 13 14:28:25 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  2. src/internal/trace/gc.go

    	// function is continuous and piecewise linear (unless
    	// window==0, which we handle elsewhere), where the boundaries
    	// between segments occur when either edge of the window
    	// encounters a change in the instantaneous mutator
    	// utilization function. Hence, the minimum of this function
    	// will always occur when one of the edges of the window
    	// aligns with a utilization change, so these are the only
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 26K bytes
    - Viewed (0)
  3. okhttp/src/main/kotlin/okhttp3/internal/connection/RealConnectionPool.kt

       * given to [connectionUser] who may (for example) assign it to a [RealCall.connection].
       *
       * This confirms the returned connection is healthy before returning it. If this encounters any
       * unhealthy connections in its search, this will clean them up.
       *
       * If [routes] is non-null these are the resolved routes (ie. IP addresses) for the connection.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 20 17:03:43 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

            },
            "lastKnownGood": {
              "$ref": "#/definitions/io.k8s.api.core.v1.NodeConfigSource",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  5. tensorflow/compiler/aot/codegen_test_h.golden

        proto->ParseFromArray(&__tfcompile_foo_bar_MyClass_ProgramShapeProto_protobuf_array_contents[0], 157);
        return proto;
      }();
        return kShape;
      }
    
      // Metadata that can be used to pretty-print profile counters.
      static const ::xla::HloProfilePrinterData* StaticHloProfilePrinterData() {
        static const ::xla::HloProfilePrinterData* kHloProfilePrinterData =
          nullptr;
        return kHloProfilePrinterData;
      }
    };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 01:20:01 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/riscv/cpu.go

    	AAMOXORD
    	AAMOMAXD
    	AAMOMAXUD
    	AAMOMIND
    	AAMOMINUD
    	AAMOSWAPW
    	AAMOADDW
    	AAMOANDW
    	AAMOORW
    	AAMOXORW
    	AAMOMAXW
    	AAMOMAXUW
    	AAMOMINW
    	AAMOMINUW
    
    	// 10.1: Base Counters and Timers
    	ARDCYCLE
    	ARDCYCLEH
    	ARDTIME
    	ARDTIMEH
    	ARDINSTRET
    	ARDINSTRETH
    
    	// 11.2: Floating-Point Control and Status Register
    	AFRCSR
    	AFSCSR
    	AFRRM
    	AFSRM
    	AFRFLAGS
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  7. src/runtime/preempt.go

    }
    
    //go:generate go run mkpreempt.go
    
    // asyncPreempt saves all user registers and calls asyncPreempt2.
    //
    // When stack scanning encounters an asyncPreempt frame, it scans that
    // frame and its parent frame conservatively.
    //
    // asyncPreempt is implemented in assembly.
    func asyncPreempt()
    
    //go:nosplit
    func asyncPreempt2() {
    	gp := getg()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 15:41:45 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  8. src/cmd/go/internal/work/buildid.go

    		}
    		// Begin saving output for later writing to cache.
    		a.output = []byte{}
    		return false
    	}
    
    	defer func() {
    		// Increment counters for cache hits and misses based on the return value
    		// of this function. Don't increment counters if we return early because of
    		// cfg.BuildA above because we don't even look at the cache in that case.
    		if ok {
    			counterCacheHit.Inc()
    		} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:31:25 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/tools/internal/facts/facts.go

    }
    
    // NewDecoderFunc returns a fact decoder for the specified package.
    //
    // It calls the getPackage function for the package path string of
    // each dependency (perhaps indirect) that it encounters in the
    // encoding. If the function returns nil, the fact is discarded.
    //
    // This function is preferred over [NewDecoder] when the client is
    // capable of efficient look-up of packages by package path.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1beta3_openapi.json

    in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 232.7K bytes
    - Viewed (0)
Back to top