Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 70 for Measurement (0.18 sec)

  1. 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)
  2. 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)
  3. 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)
  4. src/runtime/metrics/description.go

    			"and not directly comparable to system CPU time measurements. Compare " +
    			"only with other /cpu/classes metrics.",
    		Kind:       KindFloat64,
    		Cumulative: true,
    	},
    	{
    		Name: "/cpu/classes/gc/total:cpu-seconds",
    		Description: "Estimated total CPU time spent performing GC tasks. " +
    			"This metric is an overestimate, and not directly comparable to " +
    			"system CPU time measurements. Compare only with other /cpu/classes " +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 06 17:59:12 UTC 2023
    - 19.6K bytes
    - Viewed (0)
  5. src/runtime/metrics/doc.go

    		comparable to system CPU time measurements. Compare only with
    		other /cpu/classes metrics.
    
    	/cpu/classes/gc/mark/dedicated:cpu-seconds
    		Estimated total CPU time spent performing GC tasks on processors
    		(as defined by GOMAXPROCS) dedicated to those tasks. This metric
    		is an overestimate, and not directly comparable to system CPU
    		time measurements. Compare only with other /cpu/classes metrics.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:58:43 UTC 2024
    - 20K bytes
    - Viewed (0)
  6. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/measure/DataSeries.java

    import java.math.BigDecimal;
    import java.math.RoundingMode;
    import java.util.ArrayList;
    import java.util.Collections;
    import java.util.List;
    import java.util.stream.Collectors;
    
    /**
     * A collection of measurements of some given units.
     */
    public class DataSeries<Q> extends ArrayList<Amount<Q>> {
        private final Amount<Q> average;
        private final Amount<Q> median;
        private final Amount<Q> max;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  7. build-logic/performance-testing/src/main/groovy/gradlebuild/performance/tasks/PerformanceTest.groovy

            return baselines
        }
    
        @Option(option = "warmups", description = "Number of warmups before measurements")
        void setWarmups(@Nullable String warmups) {
            this.warmups = warmups
        }
    
        @Option(option = "runs", description = "Number of iterations of measurements")
        void setRuns(@Nullable String runs) {
            this.runs = runs
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Dec 03 03:46:18 UTC 2022
    - 12.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/labels/labels.go

    	return ValidatedSelectorFromSet(ls)
    }
    
    // AsSelectorPreValidated converts labels into a selector, but
    // assumes that labels are already validated and thus doesn't
    // perform any validation.
    // According to our measurements this is significantly faster
    // in codepaths that matter at high scale.
    // Note: this method copies the Set; if the Set is immutable, consider wrapping it with ValidatedSetSelector
    // instead, which does not copy.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 14 16:39:04 UTC 2022
    - 4.5K bytes
    - Viewed (0)
  9. src/math/big/calibrate_test.go

    			th2 = th
    			fmt.Print("  diminishing return")
    		}
    		deltaOld = delta
    
    		fmt.Println()
    
    		// trigger counter
    		if th1 >= 0 && th2 >= 0 && count < 0 {
    			count = 10 // this many extra measurements after we got both thresholds
    		}
    
    		th++
    	}
    }
    
    func measureSqr(words, nruns int, mode string) time.Duration {
    	// more runs for better statistics
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 23:35:29 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  10. pkg/bootstrap/instance_test.go

    	prefixes string
    	suffixes string
    	regexps  string
    }
    
    var (
    	// The following set of inclusions add minimal upstream and downstream metrics.
    	// Upstream metrics record client side measurements.
    	// Downstream metrics record server side measurements.
    	upstreamStatsSuffixes = "upstream_rq_1xx,upstream_rq_2xx,upstream_rq_3xx,upstream_rq_4xx,upstream_rq_5xx," +
    		"upstream_rq_time,upstream_cx_tx_bytes_total,upstream_cx_rx_bytes_total,upstream_cx_total"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 19.5K bytes
    - Viewed (0)
Back to top