testing.testDeps.WriteProfileTo (method)
4 uses
testing (current package)
testing.go#L1365: WriteProfileTo(string, io.Writer, int) error
testing.go#L1629: if err = m.deps.WriteProfileTo("allocs", f, 0); err != nil {
testing.go#L1641: if err = m.deps.WriteProfileTo("block", f, 0); err != nil {
testing.go#L1653: if err = m.deps.WriteProfileTo("mutex", f, 0); err != nil {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)