Searched defs:profileMatchFunc (Results 1 – 1 of 1) sorted by relevance
440 func testCPUProfile(t *testing.T, matches profileMatchFunc, f func(dur time.Duration)) *profile.Pro…546 func profileOk(t *testing.T, matches profileMatchFunc, prof bytes.Buffer, duration time.Duration) (…585 type profileMatchFunc func(*testing.T, *profile.Profile) bool type