Skip to content

feature: function profiling graphs #3878

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

Closed
ukos-git opened this issue May 18, 2019 · 1 comment
Closed

feature: function profiling graphs #3878

ukos-git opened this issue May 18, 2019 · 1 comment

Comments

@ukos-git
Copy link

I have seen graphs in plot.ly for hierarchical data extracted from (former) google+ to display dependencies.

In programming, call graphs and caller graphs with highlighting of path usages is extremely useful to analyze linear independent paths within code and show the coverage graphically.

Doxygen is making a great job here using dot to visualize the data. Unfortunately the graphs produced by dot are very static.

http://www.doxygen.nl/manual/diagrams.html

Is there already an implementation for function profiling / code analysis that uses plot.ly or would that be a feature request that will not likely to happen in the scope of plot.ly?

@etpinard etpinard mentioned this issue May 21, 2019
38 tasks
@etpinard
Copy link
Contributor

Thanks for writing in.

Merging your ticket into #2221

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants