Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 690 for traces (0.21 sec)

  1. guava-testlib/src/com/google/common/collect/testing/AbstractIteratorTester.java

            || (stimuli.length >= 5 && removes > 2)) {
          // removes are the most expensive thing to test, since they often throw exceptions with stack
          // traces, so we test them a bit less aggressively
          return;
        }
    
        MultiExceptionListIterator reference = new MultiExceptionListIterator(expectedElements);
        I target = newTargetIterator();
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 11 16:13:05 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  2. src/testing/testing_test.go

    	// reported here (after m.Run but before the process exits), it will print
    	// "PASS", then print the stack traces for the race, then exit with nonzero
    	// status.
    	//
    	// This is a somewhat fundamental race: because the race detector hooks into
    	// the runtime at a very low level, no matter where we put the printing it
    	// would be possible to report a race that occurs afterward. However, we could
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 19:10:41 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_controller.go

    	// watchTracker implements the necessary WatchTracker interface.
    	WatchTracker
    
    	// MaxSeatsTracker tracks the maximum seats that should be allocatable from the
    	// work estimator for a given priority level. This controller does not enforce
    	// any limits on max seats stored in this tracker, it is up to the work estimator
    	// to set lower/upper limits on max seats (currently min=1, max=10).
    	MaxSeatsTracker
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 48.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/conversion/webhook_converter.go

    		attribute.String("desired-api-version", desiredAPIVersion),
    		attribute.Int("object-count", objCount),
    		attribute.String("UID", string(requestUID)))
    	// Only log conversion webhook traces that exceed a 8ms per object limit plus a 50ms request overhead allowance.
    	// The per object limit uses the SLO for conversion webhooks (~4ms per object) plus time to serialize/deserialize
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 07 19:37:55 UTC 2023
    - 20.6K bytes
    - Viewed (0)
  5. src/cmd/link/internal/wasm/asm.go

    }
    
    var nameRegexp = regexp.MustCompile(`[^\w.]`)
    
    // writeNameSec writes an optional section that assigns names to the functions declared by the "func" section.
    // The names are only used by WebAssembly stack traces, debuggers and decompilers.
    // TODO(neelance): add symbol table of DATA symbols
    func writeNameSec(ctxt *ld.Link, firstFnIndex int, fns []*wasmFunc) {
    	sizeOffset := writeSecHeader(ctxt, sectionCustom)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 16:17:48 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/types2/infer.go

    	// indices of generic parameters with untyped arguments, for later use
    	var untyped []int
    
    	// --- 1 ---
    	// use information from function arguments
    
    	if traceInference {
    		u.tracef("== function parameters: %s", params)
    		u.tracef("-- function arguments : %s", args)
    	}
    
    	for i, arg := range args {
    		if arg.mode == invalid {
    			// An error was reported earlier. Ignore this arg
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 13:54:20 UTC 2024
    - 26.4K bytes
    - Viewed (0)
  7. src/go/types/infer.go

    	// indices of generic parameters with untyped arguments, for later use
    	var untyped []int
    
    	// --- 1 ---
    	// use information from function arguments
    
    	if traceInference {
    		u.tracef("== function parameters: %s", params)
    		u.tracef("-- function arguments : %s", args)
    	}
    
    	for i, arg := range args {
    		if arg.mode == invalid {
    			// An error was reported earlier. Ignore this arg
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 13:54:20 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  8. tensorflow/c/c_api_function_test.cc

      }
    
      // Verify that stack traces of func is copied to graph function library.
      ASSERT_NE(func_stack_traces, nullptr);
      EXPECT_EQ(func_stack_traces->size(), 4);
      EXPECT_EQ(func_stack_traces->at("neg")->ToString({}), kNegStackToString);
      EXPECT_EQ(func_stack_traces->at("feed")->ToString({}), kFeedStackToString);
    
      // Verify that stack traces of grad_func is copied to graph function library.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 20 22:08:54 UTC 2023
    - 63.6K bytes
    - Viewed (0)
  9. docs/en/data/external_links.yml

    Explore How to Effectively Use JWT With FastAPI - author: Nicoló Lino author_link: https://www.nlino.com link: https://github.com/softwarebloat/python-tracing-demo title: Instrument a FastAPI service adding tracing with OpenTelemetry and send/show traces in Grafana Tempo - author: Mikhail Rozhkov, Elena Samuylova author_link: https://www.linkedin.com/in/mnrozhkov/ link: https://www.evidentlyai.com/blog/fastapi-tutorial title: ML serving and monitoring with FastAPI and Evidently - author: Visual Studio...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Jun 12 00:47:57 UTC 2024
    - 22K bytes
    - Viewed (0)
  10. src/runtime/crash_cgo_test.go

    		t.Logf("%s:\n%s", cmd.Args, out)
    		if err != nil {
    			t.Error(err)
    			continue
    		}
    
    		trace := findTrace(string(out), top)
    		if len(trace) == 0 {
    			t.Errorf("%s traceback missing.", top)
    			continue
    		}
    		if trace[len(trace)-1] != bottom {
    			t.Errorf("invalid traceback origin: got=%v; want=[%s ... %s]", trace, top, bottom)
    		}
    	}
    }
    
    func TestCgoPprof(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 16:44:47 UTC 2024
    - 22.2K bytes
    - Viewed (0)
Back to top