Home
last modified time | relevance | path

Searched defs:profileMatchFunc (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/pprof/
Dpprof_test.go440 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