https://bugs.kde.org/show_bug.cgi?id=379660

            Bug ID: 379660
           Summary: Collapse template arguments in flamegraph
           Product: Heaptrack
           Version: unspecified
          Platform: Compiled Sources
                OS: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: general
          Assignee: m...@milianw.de
          Reporter: mcgu...@kde.org
  Target Milestone: ---

When running heaptrack on something that uses a lot of templates, like
std::string, the flamegraph becomes unreadable because all the template
arguments are obscuring the function name. Some suggestions:

- Elide the function name in the middle instead of cutting it off a the end
- Collapse long tempate arguments: Instead of "std::map<std::basic_string<bla
bla bla>, blub blub blub>::operator[](std::string &const)", say just
"std::map<...>::operator[](std::string &const)"

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to