MCPcopy Create free account
hub / github.com/google/pprof / largeProfile

Function largeProfile

internal/driver/driver_test.go:1035–1043  ·  view source on GitHub ↗
(tb testing.TB)

Source from the content-addressed store, hash-verified

1033}
1034
1035func largeProfile(tb testing.TB) *profile.Profile {
1036 tb.Helper()
1037 input := proftest.LargeProfile(tb)
1038 prof, err := profile.Parse(bytes.NewBuffer(input))
1039 if err != nil {
1040 tb.Fatal(err)
1041 }
1042 return prof
1043}
1044
1045var autoCompleteTests = []struct {
1046 in string

Callers 2

benchmarkURLFunction · 0.85
TestProfileCopierFunction · 0.85

Calls 2

LargeProfileFunction · 0.92
ParseFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…