Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/testing/internal/testdeps/
Ddeps.go50 func (TestDeps) StartCPUProfile(w io.Writer) error { func
/aosp_15_r20/prebuilts/go/linux-x86/src/testing/
Dtesting.go1840 func (f matchStringOnly) StartCPUProfile(w io.Writer) error { return errMain } func
1898 StartCPUProfile(io.Writer) error methodSpec
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/pprof/
Dpprof.go830 func StartCPUProfile(w io.Writer) error { func