Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 58 of 58 for measureText (0.23 sec)

  1. CHANGELOG/CHANGELOG-1.2.md

    volume plugin path on each kubelet node. This is an alpha feature and may
    change in future.
      * Kubelet exposes a new Alpha metrics API - /stats/summary in a user friendly format with reduced system overhead. The measurement is done in PR [#22542](https://github.com/kubernetes/kubernetes/pull/22542).
    
    ### Action required
    
      * Docker v1.9.1 is officially recommended. Docker v1.8.3 and Docker v1.10 are
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 04 06:36:19 UTC 2020
    - 41.4K bytes
    - Viewed (0)
  2. src/internal/trace/traceviewer/static/trace_viewer_full.html

    stringWidthPair=new ElidedStringWidthPair(newtitle,this.labelWidth(ctx,newtitle));elidedDictForPixWidth.set(sliceDuration,stringWidthPair);}
    return stringWidthPair;},quickMeasureText_(ctx,text){let w=this.textWidthMap.get(text);if(!w){w=ctx.measureText(text).width;this.textWidthMap.set(text,w);}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (1)
  3. src/runtime/mgcpacer.go

    	// Update our cons/mark estimate. This is the maximum of the value we just computed and the last
    	// 4 cons/mark values we measured. The reason we take the maximum here is to bias a noisy
    	// cons/mark measurement toward fewer assists at the expense of additional GC cycles (starting
    	// earlier).
    	oldConsMark := c.consMark
    	c.consMark = currentConsMark
    	for i := range c.lastConsMark {
    		if c.lastConsMark[i] > c.consMark {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  4. src/runtime/pprof/pprof_test.go

    						ok = false
    					}
    				}
    
    				// cpuHog1 called below is the primary source of CPU
    				// load, but there may be some background work by the
    				// runtime. Since the OS rusage measurement will
    				// include all work done by the process, also compare
    				// against all samples in our profile.
    				var value time.Duration
    				for _, sample := range p.Sample {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 68.8K bytes
    - Viewed (0)
  5. src/runtime/mheap.go

    	// It's OK to simply skip scavenging in these cases. Something else will notice
    	// and pick up the tab.
    	var now int64
    	if pp != nil && bytesToScavenge > 0 {
    		// Measure how long we spent scavenging and add that measurement to the assist
    		// time so we can track it for the GC CPU limiter.
    		//
    		// Limiter event tracking might be disabled if we end up here
    		// while on a mark worker.
    		start := nanotime()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
  6. cmd/testdata/decryptObjectInfo.json.zst

    Key":"IAAfAJTBefdUXMIkHovi+YqCQ==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"application/octet-stream"}},{"Bucket":"buck1","Name":"go_113/src/cmd/vendor/github.com/google/pprof/internal/measurement/measurement.go","UserDef":{"X-Minio-Internal-Server-Side-Encryption-Iv":"QmNQNbqhusedZMLjgHXB=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfAKYElv3cBju+9MohPp...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Oct 29 16:34:20 UTC 2020
    - 164K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.12.md

    The CustomCFSQuotaPeriod alpha feature enables node administrators to change the default period used to enforce CFS quota on a node.  This can improve performance for some workloads that experience latency while using CFS quota with the default measurement period.  Finally, the SIG continues to focus on improving reliability by fixing bugs while working out design and implementation of future features.
    
    ### SIG-OpenStack
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  8. RELEASE.md

        [sampling mode API](https://www.tensorflow.org/guide/profiler#profiling_apis).
    
    *   TFLite Profiler for Android is available. See the detailed
        [guide](https://www.tensorflow.org/lite/performance/measurement#trace_tensorflow_lite_internals_in_android)
        to learn more.
    
    *   TensorFlow pip packages are now built with CUDA11 and cuDNN 8.0.2.
    
    ## Breaking Changes
    
    *   TF Core:
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top