Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 543 for toTracking (0.29 sec)

  1. testing/performance/README.md

    The result of that local run will not include comparisons with previous executions. Still, you can then look at the numbers and verify that your changes do not introduce a regression.
    
    ### Tracking down performance regressions
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/buildCache/java-version-tracking/kotlin/settings.gradle.kts

    rootProject.name = "java-version-tracking"...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 43 bytes
    - Viewed (0)
  3. doc/next/6-stdlib/99-minor/debug/elf/66054.md

    The `debug/elf` package now defines [PT_OPENBSD_NOBTCFI]. This [ProgType] is
    used to disable Branch Tracking Control Flow Integrity (BTCFI) enforcement
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 20:57:18 UTC 2024
    - 173 bytes
    - Viewed (0)
  4. releasenotes/notes/istiod-config-size-bytes.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    issue:
      - 31772
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 14 00:22:23 UTC 2021
    - 208 bytes
    - Viewed (0)
  5. platforms/core-configuration/input-tracking/src/main/java/org/gradle/internal/configuration/inputs/AccessTrackingUtils.java

         * and both {@code getKey()} and {@code getValue()} return non-{@code null} {@code String}s. The
         * intended use case is the tracking of {@code entrySet()} operations in the instrumented results
         * of {@code System.getProperties()} and {@code System.getenv()} for configuration cache. This use
         * case makes tracking of non-entries and entries with anything but strings redundant because only
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Nov 11 00:37:04 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  6. pkg/controlplane/controller/legacytokentracking/controller.go

    const (
    	ConfigMapName    = "kube-apiserver-legacy-service-account-token-tracking"
    	ConfigMapDataKey = "since"
    	dateFormat       = "2006-01-02"
    )
    
    var (
    	queueKey = metav1.NamespaceSystem + "/" + ConfigMapName
    )
    
    // Controller maintains a timestamp value configmap `kube-apiserver-legacy-service-account-token-tracking`
    // in `kube-system` to indicates if the tracking for legacy tokens is enabled in
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 6K bytes
    - Viewed (0)
  7. test/fixedbugs/issue32778.go

    // source code is governed by a BSD-style license that can be found in
    // the LICENSE file.
    
    // This directory contains a pair of packages that triggers a compiler
    // crash in gccgo (problem with tracking indirectly referenced
    // packages during exporting). See issue 32778 for details.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 02 16:34:55 UTC 2019
    - 386 bytes
    - Viewed (0)
  8. releasenotes/notes/update-grafana-memory-compute.yaml

      to display memory. This metric only counts memory that *cannot be reclaimed* by the kernel even under memory pressure,
      and therefore more relevant for tracking. It is also consistent with `kubectl top`. The reported values are lower than
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 25 16:11:21 UTC 2020
    - 474 bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/storage/etcd3/latency_tracker.go

    // If the goroutine executing the request handler makes concurrent calls
    // to the underlying storage layer, that is protected since the latency
    // tracking function TrackStorageLatency is thread safe.
    //
    // NOTE: Compact is an asynchronous process and is not associated with
    // any request, so we will not be tracking its latency.
    type clientV3KVLatencyTracker struct {
    	clientv3.KV
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Dec 18 04:27:38 UTC 2022
    - 3.4K bytes
    - Viewed (0)
  10. test/fixedbugs/issue30862.go

    // license that can be found in the LICENSE file.
    
    // Test case for issue 30862.  This test as written will
    // fail for the main 'gc' compiler unless GOEXPERIMENT=fieldtrack
    // is set when building it, whereas gccgo has field tracking
    // enabled by default (hence the build tag below).
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 26 18:43:12 UTC 2021
    - 450 bytes
    - Viewed (0)
Back to top