Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 31 for jprofiler (0.14 sec)

  1. tensorflow/BUILD

            "//tensorflow/core/platform:stringpiece",
            "//tensorflow/core/platform:types",
            "//tensorflow/core/profiler/internal:print_model_analysis",
            "//tensorflow/core/profiler/lib:traceme",
            "//tensorflow/core/profiler/rpc/client:profiler_client_impl",
            "//tensorflow/core/profiler/rpc:profiler_server_impl",
            "//tensorflow/core/util:managed_stack_trace",
            "//tensorflow/core:all_kernels",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 16:51:59 UTC 2024
    - 53.5K bytes
    - Viewed (0)
  2. src/testing/testing.go

    	memProfile = flag.String("test.memprofile", "", "write an allocation profile to `file`")
    	memProfileRate = flag.Int("test.memprofilerate", 0, "set memory allocation profiling `rate` (see runtime.MemProfileRate)")
    	cpuProfile = flag.String("test.cpuprofile", "", "write a cpu profile to `file`")
    	blockProfile = flag.String("test.blockprofile", "", "write a goroutine blocking profile to `file`")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/BUILD

        "//tensorflow/core/kernels/data:optional_ops",
        "//tensorflow/core/kernels/data:prefetch_dataset_op",
        "//tensorflow/core/kernels/data:options_dataset_op",
        "//tensorflow/core/profiler/lib:traceme",
        "//tensorflow/core/tfrt/common:async_value_tensor",
        "@local_xla//xla/stream_executor/integrations:tf_allocator_adapter",
        "@local_xla//xla/stream_executor/platform",
    ]
    
    cc_library(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 61.5K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    For example, given a piece of code in either settings or build file:
    ```
    if (System.getProperty("profile") == "custom") {
        println("custom profile")
    } else {
        println("default profile")
    }
    ```
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  5. src/runtime/mgc.go

    		Gosched()
    	}
    
    	// Callers may assume that the heap profile reflects the
    	// just-completed cycle when this returns (historically this
    	// happened because this was a STW GC), but right now the
    	// profile still reflects mark termination N, not N+1.
    	//
    	// As soon as all of the sweep frees from cycle N+1 are done,
    	// we can go ahead and publish the heap profile.
    	//
    	// First, wait for sweeping to finish. (We know there are no
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
  6. pkg/scheduler/internal/queue/scheduling_queue.go

    	moveRequestCycle int64
    
    	// preEnqueuePluginMap is keyed with profile name, valued with registered preEnqueue plugins.
    	preEnqueuePluginMap map[string][]framework.PreEnqueuePlugin
    	// queueingHintMap is keyed with profile name, valued with registered queueing hint functions.
    	queueingHintMap QueueingHintMapPerProfile
    
    	// closed indicates that the queue is closed.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 61.4K bytes
    - Viewed (0)
  7. common/scripts/metallb-native.yaml

        - jsonPath: .spec.peerAddress
          name: Address
          type: string
        - jsonPath: .spec.peerASN
          name: ASN
          type: string
        - jsonPath: .spec.bfdProfile
          name: BFD Profile
          type: string
        - jsonPath: .spec.ebgpMultiHop
          name: Multi Hops
          type: string
        name: v1beta1
        schema:
          openAPIV3Schema:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:31 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  8. src/runtime/mgcmark.go

    )
    
    // gcDrainMarkWorkerIdle is a wrapper for gcDrain that exists to better account
    // mark time in profiles.
    func gcDrainMarkWorkerIdle(gcw *gcWork) {
    	gcDrain(gcw, gcDrainIdle|gcDrainUntilPreempt|gcDrainFlushBgCredit)
    }
    
    // gcDrainMarkWorkerDedicated is a wrapper for gcDrain that exists to better account
    // mark time in profiles.
    func gcDrainMarkWorkerDedicated(gcw *gcWork, untilPreempt bool) {
    	flags := gcDrainFlushBgCredit
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 21:25:11 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  9. pkg/kubelet/server/server_test.go

    		"/run", "/exec", "/attach", "/portForward", "/containerLogs", "/runningpods",
    		"/run/", "/exec/", "/attach/", "/portForward/", "/containerLogs/", "/runningpods/",
    		"/run/xxx", "/exec/xxx", "/attach/xxx", "/debug/pprof/profile", "/logs/kubelet.log",
    	}
    
    	for _, p := range paths {
    		verifyEndpointResponse(t, fw, p, "Debug endpoints are disabled.\n")
    	}
    }
    
    func TestDisablingLogAndProfilingHandler(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  10. cluster/gce/windows/k8s-node-setup.psm1

          -URLs "https://storage.googleapis.com/gke-release/winnode/config/gce-tools/master/GetGcePdName/GetGcePdName.dll"
      }
      if (-not (Test-Path $PsHome\profile.ps1)) {
        New-Item -path $PsHome\profile.ps1 -type file
      }
    
      Add-Content $PsHome\profile.ps1 `
      '$modulePath = "K8S_DIR\GetGcePdName.dll"
      Unblock-File $modulePath
      Import-Module -Name $modulePath'.replace('K8S_DIR', ${env:K8S_DIR})
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
Back to top