Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 1,474 for tracks (0.15 sec)

  1. src/runtime/mgclimit.go

    var gcCPULimiter gcCPULimiterState
    
    type gcCPULimiterState struct {
    	lock atomic.Uint32
    
    	enabled atomic.Bool
    
    	// gcEnabled is an internal copy of gcBlackenEnabled that determines
    	// whether the limiter tracks total assist time.
    	//
    	// gcBlackenEnabled isn't used directly so as to keep this structure
    	// unit-testable.
    	gcEnabled bool
    
    	// transitioning is true when the GC is in a STW and transitioning between
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 22:07:41 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  2. src/runtime/pprof/pprof.go

    //
    //	goroutine    - stack traces of all current goroutines
    //	heap         - a sampling of memory allocations of live objects
    //	allocs       - a sampling of all past memory allocations
    //	threadcreate - stack traces that led to the creation of new OS threads
    //	block        - stack traces that led to blocking on synchronization primitives
    //	mutex        - stack traces of holders of contended mutexes
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:52:17 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/admission/interfaces.go

    	// intended audit level.
    	AddAnnotationWithLevel(key, value string, level auditinternal.Level) error
    
    	// GetReinvocationContext tracks the admission request information relevant to the re-invocation policy.
    	GetReinvocationContext() ReinvocationContext
    }
    
    // ObjectInterfaces is an interface used by AdmissionController to get object interfaces
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 28 14:03:18 UTC 2021
    - 8K bytes
    - Viewed (0)
  4. tools/bug-report/pkg/kubectlcmd/kubectlcmd.go

    	defaultActiveRequestLimit = 32
    
    	// reportInterval controls how frequently to output progress reports on running tasks.
    	reportInterval = 30 * time.Second
    )
    
    type Runner struct {
    	Client kube.CLIClient
    
    	// Used to limit the number of concurrent tasks.
    	taskSem chan struct{}
    
    	// runningTasks tracks the in-flight fetch operations for user feedback.
    	runningTasks   sets.String
    	runningTasksMu sync.RWMutex
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 16 01:18:03 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/informers/externalversions/factory.go

    	// startedInformers is used for tracking which informers have been started.
    	// This allows Start() to be called multiple times safely.
    	startedInformers map[reflect.Type]bool
    	// wg tracks how many goroutines were started.
    	wg sync.WaitGroup
    	// shuttingDown is true when Shutdown has been called. It may still be running
    	// because it needs to wait for goroutines.
    	shuttingDown bool
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 18 18:31:26 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/client/informers/externalversions/factory.go

    	// startedInformers is used for tracking which informers have been started.
    	// This allows Start() to be called multiple times safely.
    	startedInformers map[reflect.Type]bool
    	// wg tracks how many goroutines were started.
    	wg sync.WaitGroup
    	// shuttingDown is true when Shutdown has been called. It may still be running
    	// because it needs to wait for goroutines.
    	shuttingDown bool
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 18 18:31:26 UTC 2023
    - 9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/side-effect-analysis-test.mlir

    // RUN: tf-opt -split-input-file -tf-test-side-effect-analysis -verify-diagnostics %s | FileCheck %s
    
    // Tests that the pass tracks control dependencies for reads/writes on the same
    // resource.
    
    // CHECK-LABEL: func @non_aliasing_reads_writes
    func.func @non_aliasing_reads_writes(
    // expected-remark@above {{ID: 13}}
      %arg0: tensor<*x!tf_type.resource<tensor<32xf32>>>,
      %arg1: tensor<*x!tf_type.resource<tensor<32xf32>>>,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 20 04:39:18 UTC 2023
    - 129.7K bytes
    - Viewed (0)
  8. pkg/credentialprovider/keyring.go

    */
    
    package credentialprovider
    
    import (
    	"net"
    	"net/url"
    	"path/filepath"
    	"sort"
    	"strings"
    
    	"k8s.io/apimachinery/pkg/util/sets"
    	"k8s.io/klog/v2"
    )
    
    // DockerKeyring tracks a set of docker registry credentials, maintaining a
    // reverse index across the registry endpoints. A registry endpoint is made
    // up of a host (e.g. registry.example.com), but it may also contain a path
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 9.2K bytes
    - Viewed (0)
  9. pkg/controller/endpointslice/endpointslice_controller.go

    	// Added as a member to the struct to allow injection for testing.
    	endpointSlicesSynced cache.InformerSynced
    	// endpointSliceTracker tracks the list of EndpointSlices and associated
    	// resource versions expected for each Service. It can help determine if a
    	// cached EndpointSlice is out of date.
    	endpointSliceTracker *endpointsliceutil.EndpointSliceTracker
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/common_caching_problems.adoc

    When you add new tasks to your build or re-configure built-in tasks make sure you do not create overlapping outputs for cacheable tasks.
    If you must you can add a `Sync` task which then would sync the merged outputs into the target directory while the original tasks remain cacheable.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 19.2K bytes
    - Viewed (0)
Back to top