google / pprof

pprof is a tool for visualization and analysis of profiling data
Apache License 2.0
8.02k stars 607 forks source link

Update to current C++ demangler #839

Closed ianlancetaylor closed 8 months ago

ianlancetaylor commented 8 months ago

Ran these commands:

go mod get github.com/ianlancetaylor/demangle
go mod tidy

This brings in support for demangling C++23 constructs.