Where can I find good open source code flow visualization software?

前端 未结 4 1769
刺人心
刺人心 2021-01-30 15:15

I am working on an academic research regarding some very long functions in the Linux kernel (link, link).

For that research, I would like to use some code flow visualiza

4条回答
  •  攒了一身酷
    2021-01-30 16:06

    History flow's are very neat for changes/diff across multiple versions.

    Codeplex has a project, Dependency Visualizer which does support C also.

    Gprof2Dot can render oprofile, this would get you dynamic info also.

    CodeViz also (static tool) would work.

    If your using gcc, gcc-xml has an introspector plugin also todo this.

提交回复
热议问题