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

Method write

internal/binutils/addr2liner.go:56–56  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

54// one line at a time.
55type lineReaderWriter interface {
56 write(string) error
57 readLine() (string, error)
58 close()
59}

Callers 2

addrInfoMethod · 0.65
rawAddrInfoMethod · 0.65

Implementers 3

llvmSymbolizerJobinternal/binutils/addr2liner_llvm.go
addr2LinerJobinternal/binutils/addr2liner.go
mockAddr2linerinternal/binutils/binutils_test.go

Calls

no outgoing calls

Tested by

no test coverage detected