Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 143 for Activity (0.34 sec)

  1. testing/performance/docs/performance-bisect.md

    //                baselineVersions.add(mostRecentSnapshot)
    //            }
            }
            baselineVersions
        }
    ...
    ```
    
    ## Perform the search
    
    While doing the search no other activity should be done on the machine. Therefore, it
    is best to have a dedicated machine running the search, e.g., using the CI infrastructure.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  2. platforms/core-runtime/messaging/src/main/java/org/gradle/internal/remote/internal/hub/MessageHub.java

        private final ConnectionSet connections = new ConnectionSet(incomingQueue, outgoingQueue);
    
        /**
         * @param errorHandler Notified when some async activity fails. Must be thread-safe.
         */
        public MessageHub(String displayName, ExecutorFactory executorFactory, Action<? super Throwable> errorHandler) {
            this.displayName = displayName;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:59:22 UTC 2023
    - 16.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/server/filters/timeout.go

    					status = metrics.PostTimeoutHandlerPanic
    				}
    
    				metrics.RecordRequestPostTimeout(metrics.PostTimeoutSourceTimeoutHandler, status)
    				utilruntime.HandleErrorWithContext(r.Context(), nil, "Post-timeout activity", "timeElapsed", time.Since(timedOutAt), "method", r.Method, "path", r.URL.Path, "result", res)
    			}()
    		}()
    		httplog.SetStacktracePredicate(r.Context(), func(status int) bool {
    			return false
    		})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 26 16:28:45 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/base/base.go

    	//   GC's mark phase terminates; finalizers are run after marking as the
    	//   spans containing finalizable objects are swept, driven by GC
    	//   background activity and allocation demand.
    
    	// - "live at last GC" is not available through the current metrics
    	//    interface. Instead, live is estimated by knowing the adjusted value of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 19:18:34 UTC 2023
    - 8K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                  "uniqueItems": true
                }
              },
              {
                "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.",
                "in": "query",
                "name": "timeoutSeconds",
                "schema": {
                  "type": "integer",
                  "uniqueItems": true
                }
              }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "type": "string",
              "uniqueItems": true
            },
            {
              "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.",
              "in": "query",
              "name": "timeoutSeconds",
              "type": "integer",
              "uniqueItems": true
            },
            {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  7. docs/metrics/prometheus/list.md

    | `minio_heal_objects_total`                   | Objects scanned in current self healing run.                     |
    | `minio_heal_time_last_activity_nano_seconds` | Time elapsed (in nano seconds) since last self healing activity. |
    
    ## Inter Node Metrics
    
    | Name                                      | Description                                             |
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 43.3K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

                  "uniqueItems": true
                }
              },
              {
                "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.",
                "in": "query",
                "name": "timeoutSeconds",
                "schema": {
                  "type": "integer",
                  "uniqueItems": true
                }
              }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
  9. cmd/utils.go

    }
    
    // AuditLogOptions takes options for audit logging subsystem activity
    type AuditLogOptions struct {
    	Event     string
    	APIName   string
    	Status    string
    	Bucket    string
    	Object    string
    	VersionID string
    	Error     string
    	Tags      map[string]interface{}
    }
    
    // sends audit logs for internal subsystem activity
    func auditLogInternal(ctx context.Context, opts AuditLogOptions) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Jun 05 22:00:34 UTC 2024
    - 31.9K bytes
    - Viewed (0)
  10. maven-core/src/site/apt/offline-mode.apt

    ** Maven-SCM
    
      In all but trivial examples, SCM operations cannot complete without
      having access to the versioning server. Therefore, it is assumed that
      any SCM-related activity will be unavailable when m2 is in offline
      mode.
    
    ** Maven-Core
    
      We'll examine the different parts of maven-core on a case-by-case
      basis, below:
    
    *** DefaultLifecycleExecutor
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 18 00:24:53 UTC 2024
    - 10.6K bytes
    - Viewed (0)
Back to top