Documentation ¶ Index ¶ type Demangler func NewDemangler(mode string, force bool) *Demangler func (d *Demangler) Demangle(fn *pb.Function) *pb.Function Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Demangler ¶ type Demangler struct { // contains filtered or unexported fields } func NewDemangler ¶ func NewDemangler(mode string, force bool) *Demangler func (*Demangler) Demangle ¶ func (d *Demangler) Demangle(fn *pb.Function) *pb.Function Demangle updates the function names in a profile with demangled C++ names, simplified according to demanglerMode. If force is set, overwrite any names that appear already demangled. A modified version of pprof demangler. Source Files ¶ View all Source files demangle.go Click to show internal directories. Click to hide internal directories.