Bug 380858 - Exporting the call-graph in the bottom right as DOT file cuts identifiers
Summary: Exporting the call-graph in the bottom right as DOT file cuts identifiers
Status: CONFIRMED
Alias: None
Product: kcachegrind
Classification: Developer tools
Component: general (show other bugs)
Version: 0.7.4kde
Platform: Other Linux
: LO wishlist
Target Milestone: ---
Assignee: Josef Weidendorfer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-05 09:26 UTC by Barade
Modified: 2017-06-09 17:01 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Barade 2017-06-05 09:26:41 UTC
When I export the call-graph in the widget in the bottom right as DOT file it cuts the identifiers in the DOT file like:

F55d95fbb1248 [label="operator delete(void*, unsigne...\n150 140 433"];

I don't want/expect this behavior.
Comment 1 Josef Weidendorfer 2017-06-09 17:01:17 UTC
As symbol lengths can vary a lot (up to 1000s of characters), this cut-off
behaviour seems the most sensible to me.

It should be easy for you to find the point in the source where you can
tune the number of characters, or remove this cut-off functionality at all.

The "real" fix would be to open a dialog with export options, but that is
really low priority for now. Of course, I am happy to merge patches.