Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestTimeHistogramMetricsBuckets (0.19 sec)

  1. src/runtime/histogram_test.go

    	}
    	if c != 2 {
    		t.Errorf("overflow bucket has count that is not 2: %d", c)
    	}
    
    	dummyTimeHistogram = TimeHistogram{}
    }
    
    func TestTimeHistogramMetricsBuckets(t *testing.T) {
    	buckets := TimeHistogramMetricsBuckets()
    
    	nonInfBucketsLen := TimeHistNumSubBuckets * TimeHistNumBuckets
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 16:32:01 UTC 2022
    - 3.5K bytes
    - Viewed (0)
Back to top