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

Method close

internal/binutils/addr2liner_llvm.go:66–69  ·  view source on GitHub ↗

close releases any resources used by the llvmSymbolizer object.

()

Source from the content-addressed store, hash-verified

64
65// close releases any resources used by the llvmSymbolizer object.
66func (a *llvmSymbolizerJob) close() {
67 a.in.Close()
68 a.cmd.Wait()
69}
70
71// newLLVMSymbolizer starts the given llvmSymbolizer command reporting
72// information about the given executable file. If file is a shared

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected