Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,932 for statx (0.07 sec)

  1. src/cmd/go/internal/modfetch/codehost/git.go

    // but many of git's commands default to printing short hashes
    // as 7 digits.)
    const minHashDigits = 7
    
    // stat stats the given rev in the local repository,
    // or else it fetches more info from the remote repository and tries again.
    func (r *gitRepo) stat(ctx context.Context, rev string) (info *RevInfo, err error) {
    	if r.local {
    		return r.statLocal(ctx, rev, rev)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 11 22:10:38 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  2. pkg/kubelet/stats/cadvisor_stats_provider.go

    type cadvisorStatsProvider struct {
    	// cadvisor is used to get the stats of the cgroup for the containers that
    	// are managed by pods.
    	cadvisor cadvisor.Interface
    	// resourceAnalyzer is used to get the volume stats of the pods.
    	resourceAnalyzer stats.ResourceAnalyzer
    	// imageService is used to get the stats of the image filesystem.
    	imageService kubecontainer.ImageService
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 16 13:34:22 UTC 2023
    - 18.9K bytes
    - Viewed (0)
  3. src/cmd/gofmt/gofmt.go

    	prev  <-chan *reporterState
    	state *reporterState
    }
    
    // reporterState carries the state of a reporter instance.
    //
    // Only one reporter at a time may have access to a reporterState.
    type reporterState struct {
    	out, err io.Writer
    	exitCode int
    }
    
    // getState blocks until any prior reporters are finished with the reporter
    // state, then returns the state for manipulation.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 19:41:17 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  4. src/runtime/testdata/testprog/gc.go

    	// this is memory that may be hidden from the scavenger per-P. Since
    	// GOMAXPROCS=1 here, subtracting it out once is fine.
    	var stats runtime.MemStats
    	runtime.ReadMemStats(&stats)
    	heapBacked := stats.HeapSys - stats.HeapReleased - maxPageCache
    	// If heapBacked does not exceed the heap goal by more than retainExtraPercent
    	// then the scavenger is working as expected; the newly-created holes have been
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Oct 02 02:28:27 UTC 2022
    - 12.1K bytes
    - Viewed (0)
  5. src/internal/trace/summary_test.go

    	}
    }
    
    func basicGoroutineExecStatsChecks(t *testing.T, stats *trace.GoroutineExecStats) {
    	if stats.ExecTime < 0 {
    		t.Error("found negative ExecTime")
    	}
    	if stats.SchedWaitTime < 0 {
    		t.Error("found negative SchedWaitTime")
    	}
    	if stats.SyscallTime < 0 {
    		t.Error("found negative SyscallTime")
    	}
    	if stats.SyscallBlockTime < 0 {
    		t.Error("found negative SyscallBlockTime")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  6. subprojects/core/src/test/groovy/org/gradle/execution/taskgraph/DefaultTaskExecutionGraphSpec.groovy

            final Task b = task("b")
    
            when:
            taskGraph.afterTask(closure)
            taskGraph.afterTask(action)
            taskExecutionListeners.source.afterExecute(a, a.state)
            taskExecutionListeners.source.afterExecute(b, b.state)
    
            then:
            1 * closure.call(a)
            1 * closure.call(b)
            1 * action.execute(a)
            1 * action.execute(b)
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 16:29:26 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  7. src/os/os_windows_test.go

    	linkInfo, err := linkFile.Stat()
    	if err != nil {
    		t.Fatal(err)
    	}
    	if !linkInfo.IsDir() {
    		t.Errorf("Open(%#q).Stat().IsDir() = false; want true", absLink)
    	}
    
    	absInfo, err := os.Stat(absDir)
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	if !os.SameFile(absInfo, linkInfo) {
    		t.Errorf("SameFile(Stat(%#q), Open(%#q).Stat()) = false; want true", absDir, absLink)
    	}
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/tests/quantize-variables.mlir

      %41 = "quantfork.stats"(%40) {layerStats = dense<[0.0, 1.0]> : tensor<2xf32>} : (tensor<1x2x3xf32>) -> tensor<1x2x3xf32>
      %42 = "tfl.concatenation"(%41, %0) {axis = 1 : i32, fused_activation_function = "NONE"} : (tensor<1x2x3xf32>, tensor<1x2x3xf32>) -> tensor<1x4x3xf32>
      %43 = "quantfork.stats"(%42) {layerStats = dense<[-1.0, 1.0]> : tensor<2xf32>} : (tensor<1x4x3xf32>) -> tensor<1x4x3xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  9. src/cmd/link/internal/ld/pcln.go

    	state, compUnits, funcs := makePclntab(ctxt, container)
    
    	ldr := ctxt.loader
    	state.carrier = ldr.LookupOrCreateSym("runtime.pclntab", 0)
    	ldr.MakeSymbolUpdater(state.carrier).SetType(sym.SPCLNTAB)
    	ldr.SetAttrReachable(state.carrier, true)
    	setCarrierSym(sym.SPCLNTAB, state.carrier)
    
    	state.generatePCHeader(ctxt)
    	nameOffsets := state.generateFuncnametab(ctxt, funcs)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 29.6K bytes
    - Viewed (0)
  10. pkg/kubelet/kuberuntime/kuberuntime_gc.go

    	for i := len(containers) - 1; i >= numToKeep; i-- {
    		if containers[i].unknown {
    			// Containers in known state could be running, we should try
    			// to stop it before removal.
    			id := kubecontainer.ContainerID{
    				Type: cgc.manager.runtimeName,
    				ID:   containers[i].id,
    			}
    			message := "Container is in unknown state, try killing it before removal"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 15.3K bytes
    - Viewed (0)
Back to top