Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkProfile (0.1 sec)

  1. src/runtime/pprof/proto_test.go

    		{Value: []int64{40, 40 * 2000 * 1000}, Location: []*profile.Location{
    			{ID: 3, Mapping: map2, Address: addr2},
    			{ID: 4, Mapping: map2, Address: addr2 + 1},
    		}},
    	}
    	checkProfile(t, p, period, periodType, sampleType, samples, "")
    }
    
    func checkProfile(t *testing.T, p *profile.Profile, period int64, periodType *profile.ValueType, sampleType []*profile.ValueType, samples []*profile.Sample, defaultSampleType string) {
    	t.Helper()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 31 23:21:53 UTC 2024
    - 17K bytes
    - Viewed (0)
Back to top