Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 81 for traces (0.2 sec)

  1. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

      UnitTest();
    
      // D'tor
      virtual ~UnitTest();
    
      // Pushes a trace defined by SCOPED_TRACE() on to the per-thread
      // Google Test trace stack.
      void PushGTestTrace(const internal::TraceInfo& trace)
          GTEST_LOCK_EXCLUDED_(mutex_);
    
      // Pops a trace from the per-thread Google Test trace stack.
      void PopGTestTrace()
          GTEST_LOCK_EXCLUDED_(mutex_);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

      UnitTest();
    
      // D'tor
      virtual ~UnitTest();
    
      // Pushes a trace defined by SCOPED_TRACE() on to the per-thread
      // Google Test trace stack.
      void PushGTestTrace(const internal::TraceInfo& trace)
          GTEST_LOCK_EXCLUDED_(mutex_);
    
      // Pops a trace from the per-thread Google Test trace stack.
      void PopGTestTrace()
          GTEST_LOCK_EXCLUDED_(mutex_);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

                                         func::FuncOp func) {
      // Examine all StatefulPartitionedCall ops that have resources as return
      // types. If the returned resource traces back to an input argument for the
      // SPC, then replace uses of the returned copy with the original input.
      //
      // Note: This does not descend through nested SCPs.
      auto ComesFromBlockArgNumber = [](Value val) -> int {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  4. src/cmd/go/internal/test/test.go

    	    Writes test binary as -c would.
    
    	-mutexprofilefraction n
    	    Sample 1 in n stack traces of goroutines holding a
    	    contended mutex.
    
    	-outputdir directory
    	    Place output files from profiling in the specified directory,
    	    by default the directory in which "go test" is running.
    
    	-trace trace.out
    	    Write an execution trace to the specified file before exiting.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  5. src/runtime/mgcmark.go

    	}
    	if enteredMarkAssistForTracing {
    		trace := traceAcquire()
    		if trace.ok() {
    			trace.GCMarkAssistDone()
    			// Set this *after* we trace the end to make sure
    			// that we emit an in-progress event if this is
    			// the first event for the goroutine in the trace
    			// or trace generation. Also, do this between
    			// acquire/release because this is part of the
    			// goroutine's trace state, and it must be atomic
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 21:25:11 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  6. tests/integration/pilot/testdata/upgrade/1.6.11-install.yaml.tar

    "1024Mi" }, "requests": { "cpu": "10m", "memory": "40Mi" } }, "statusPort": 15020, "tracer": "zipkin" }, "proxy_init": { "image": "proxyv2", "resources": { "limits": { "cpu": "100m", "memory": "50Mi" }, "requests": { "cpu": "10m", "memory": "10Mi" } } }, "sds": { "token": { "aud": "istio-ca" } }, "securityNamespace": "istio-system", "sts": { "servicePort": 0 }, "tag": "1.6.11", "telemetryNamespace": "istio-system", "tracer": { "datadog": { "address": "$(HOST_IP):8126" }, "lightstep": { "accessToken":...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 16:06:08 UTC 2021
    - 50K bytes
    - Viewed (0)
  7. tests/integration/pilot/testdata/upgrade/1.7.6-install.yaml.tar

    "cpu": "10m", "memory": "40Mi" } }, "statusPort": 15020, "tracer": "zipkin" }, "proxy_init": { "image": "proxyv2", "resources": { "limits": { "cpu": "2000m", "memory": "1024Mi" }, "requests": { "cpu": "10m", "memory": "10Mi" } } }, "remotePilotAddress": "", "remotePolicyAddress": "", "remoteTelemetryAddre": "", "sds": { "token": { "aud": "istio-ca" } }, "sts": { "servicePort": 0 }, "tag": "1.7.6", "telemetryNamespace": "istio-system", "tracer": { "datadog": { "address": "$(HOST_IP):8126" }, "lightstep":...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 16:06:08 UTC 2021
    - 60K bytes
    - Viewed (0)
  8. pilot/pkg/model/push_context.go

    	// ProxyStatusConflictOutboundListenerTCPOverTCP metric tracks number of
    	// TCP listeners that conflicted with existing TCP listeners on same port
    	ProxyStatusConflictOutboundListenerTCPOverTCP = monitoring.NewGauge(
    		"pilot_conflict_outbound_listener_tcp_over_current_tcp",
    		"Number of conflicting tcp listeners with current tcp listener.",
    	)
    
    	// ProxyStatusConflictInboundListener tracks cases of multiple inbound
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  9. tests/integration/pilot/testdata/upgrade/1.8.6-install.yaml.tar

    "2000m", "memory": "1024Mi" }, "requests": { "cpu": "10m", "memory": "40m" } }, "statusPort": 15020, "tracer": "zipkin" }, "proxy_init": { "image": "proxyv2", "resources": { "limits": { "cpu": "2000m", "memory": "1024Mi" }, "requests": { "cpu": "10m", "memory": "10Mi" } } }, "remotePilotAddress": "", "sds": { "token": { "aud": "istio-ca" } }, "sts": { "servicePort": 0 }, "tag": "1.8.6", "tracer": { "datadog": { "address": "$(HOST_IP):8126" }, "lightstep": { "accessToken": "", "address": "" }, "stackdriver":...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 70K bytes
    - Viewed (0)
  10. src/testing/testing.go

    	t.start = highPrecisionTimeNow()
    
    	// Reset the local race counter to ignore any races that happened while this
    	// goroutine was blocked, such as in the parent test or in other parallel
    	// subtests.
    	//
    	// (Note that we don't call parent.checkRaces here:
    	// if other parallel subtests have already introduced races, we want to
    	// let them report those races instead of attributing them to the parent.)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
Back to top