Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove filenames when showing function (default) granularity #110

Merged
merged 1 commit into from
Mar 10, 2017

Commits on Mar 10, 2017

  1. Remove filenames when showing function (default) granularity

    Previously we were showing filenames together with function names
    when generating reports at function granularity. This was an attempt
    to provide more information to the user, but it clutters the output.
    Also, in cases where a function is associated to multiple files
    (eg template instantiations in C++), keeping the filename may prevent
    us from combining nodes from the same function.
    
    Will stop keeping filenames at the default function granularity, and will
    remove the "functionnameonly" option which was previously providing this
    functionality.
    rauls5382 committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    74cc49f View commit details
    Browse the repository at this point in the history