Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 21 for traces (0.39 sec)

  1. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

          "integrity": "sha512-H0ea4Fd3lS1+sTEB2TgcLoK21lLhwEJzlQv3IN47pJS976Gx4zoWe0ak3q+uYh60ppQxg9F16Ri4tS1sfD4+jA=="
        },
        "node_modules/brace-expansion": {
          "version": "1.1.11",
          "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
          "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
          "dev": true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_pods.go

    	// be running from a previous execution must be reconciled by the pod worker's sync method.
    	// We must use active pods because that is the set of admitted pods (podManager includes pods
    	// that will never be run, and statusManager tracks already rejected pods).
    	var restartCount, restartCountStatic int
    	for _, desiredPod := range activePods {
    		if _, knownPod := workingPods[desiredPod.UID]; knownPod {
    			continue
    		}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  3. cmd/server_test.go

    	bucketName := getRandomBucketName()
    	// Block 1: Testing for racy access
    	// The assertion is removed from this block since the purpose of this block is to find races
    	// The purpose this block is not to check for correctness of functionality
    	// Run the test with -race flag to utilize this
    	var wg sync.WaitGroup
    	for i := 0; i < testConcurrencyLevel; i++ {
    		wg.Add(1)
    		go func() {
    			defer wg.Done()
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
  4. pkg/config/validation/validation_test.go

    					Providers: []*telemetry.ProviderRef{
    						{Name: "a"},
    						{Name: "b"},
    					},
    				}},
    			},
    			"", "multiple providers",
    		},
    		{
    			"multiple tracers",
    			&telemetry.Telemetry{
    				Tracing: []*telemetry.Tracing{{}, {}},
    			},
    			"", "multiple tracing",
    		},
    		{
    			"bad randomSamplingPercentage",
    			&telemetry.Telemetry{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  5. src/cmd/trace/testdata/go122.test

    String id=95
    	data="runtime/trace.Start.func1"
    String id=96
    	data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/trace/trace.go"
    String id=97
    	data="main.blockingSyscall.func1"
    String id=98
    	data="runtime.StartTrace"
    String id=99
    	data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/trace2.go"
    String id=100
    	data="runtime/trace.Start"
    String id=101
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 17:15:58 UTC 2024
    - 166K bytes
    - Viewed (0)
  6. src/net/http/transport_test.go

    		},
    	}
    	if mode == http2Mode {
    		trace.TLSHandshakeStart = func() { logf("tls handshake start") }
    		trace.TLSHandshakeDone = func(s tls.ConnectionState, err error) {
    			logf("tls handshake done. ConnectionState = %v \n err = %v", s, err)
    		}
    	}
    	if noHooks {
    		// zero out all func pointers, trying to get some path to crash
    		*trace = httptrace.ClientTrace{}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  7. src/net/http/serve_test.go

    func tryTimeouts(t *testing.T, testFunc func(timeout time.Duration) error) {
    	tries := []time.Duration{250 * time.Millisecond, 500 * time.Millisecond, 1 * time.Second}
    	for i, timeout := range tries {
    		err := testFunc(timeout)
    		if err == nil {
    			return
    		}
    		t.Logf("failed at %v: %v", timeout, err)
    		if i != len(tries)-1 {
    			t.Logf("retrying at %v ...", tries[i+1])
    		}
    	}
    	t.Fatal("all attempts failed")
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  8. src/internal/trace/testdata/tests/go122-gc-stress.test

    String id=46
    	data="os.(*File).Write"
    String id=47
    	data="/usr/local/google/home/mknyszek/work/go-1/src/os/file.go"
    String id=48
    	data="runtime/trace.Start.func1"
    String id=49
    	data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/trace/trace.go"
    String id=50
    	data="runtime.gcStart"
    String id=51
    	data="runtime.traceLocker.GCSweepSpan"
    String id=52
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 139.1K bytes
    - Viewed (0)
  9. doc/go1.17_spec.html

    TypeName form of the LiteralType appears as an operand between the
    <a href="#Keywords">keyword</a> and the opening brace of the block
    of an "if", "for", or "switch" statement, and the composite literal
    is not enclosed in parentheses, square brackets, or curly braces.
    In this rare case, the opening brace of the literal is erroneously parsed
    as the one introducing the block of statements. To resolve the ambiguity,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  10. src/encoding/json/testdata/code.json.gz

    ouches":4,"min_t":1228939360,"max_t":1238022568,"mean_t":1233160523},{"name":"metaredirect-frames-expected.png","kids":[],"cl_weight":0.010583472410505976,"touches":4,"min_t":1228939360,"max_t":1238022568,"mean_t":1233160523},{"name":"success200-frames-expected.png","kids":[],"cl_weight":0.010583472410505976,"touches":4,"min_t":1228939360,"max_t":1238022568,"mean_t":1233160523},{"name":"postredirect-frames-expected.png","kids":[],"cl_weight":0.010583472410505976,"touches":4,"min_t":1228939360,"m...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top