massif-visualizer
Sourcetrail

massif-visualizer | Sourcetrail | |
---|---|---|
1 | 48 | |
328 | 12,302 | |
1.5% | - | |
8.7 | 7.0 | |
5 days ago | about 3 years ago | |
C++ | C++ | |
GNU General Public License v3.0 only | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
massif-visualizer
-
Is there a way I can visualize all the function calls made while running the project(C++) in a graphical way?
As already mentioned, use valgrind setting massif as your tool and generate the massif.out file. Open this file with massif visualizer: https://github.com/KDE/massif-visualizer
Sourcetrail
- Sourcetrail: Free and Open-Source Interactive Source Explorer
-
We need visual programming. No, not like that
This appears to be the only fork that's at least somewhat active: https://github.com/OpenSourceSourceTrail/Sourcetrail
But overall, there is little activity in any of the forks, without anyone necessarily spearheading the effort: https://github.com/CoatiSoftware/Sourcetrail/forks?include=a...
-
Ask HN: Anyone use a code to mindmap/flowchart tool?
I wish something existed in this space. I used Coati Software's Sourcetrail for a couple of years. Unfortunately it was discontinued. It was a wonderful piece of software that indexed a code repository, and exposed an interface to explore it interactively. At least for me, it significantly improved the understanding and legibility of code.
The code is in an archived state (https://github.com/CoatiSoftware/Sourcetrail). Searching for the software on Google shows some screenshots.
-
Ask HN: What would an IDE built for the Apple Vision Pro look like?
I think it might make large scale code visualization in a similar way to how SourceTrail does it more feasible: https://github.com/CoatiSoftware/Sourcetrail
-
How to quickly learn/understand the system architecture of any given application?
Sourcetrail: Free and open-source cross-platform source explorer https://github.com/CoatiSoftware/Sourcetrail
-
Tools/software for visualizing code structure/dependencies of large C project.
Yep souecetrail https://github.com/CoatiSoftware/Sourcetrail
-
Tools to understand a new code base
I've used https://github.com/CoatiSoftware/Sourcetrail in the past for some bits of the legacy code project I'm on. I also use vim and cscope for day to day navigation but it's harder to get a big picture with those alone.
- Is there a site or extension where to learn C++ by doing, learning more visually?
- “Zoom Out”: The missing feature of IDEs
-
Tools for Building Symbol Tables from A Source Code File
Sourcetrail?
What are some alternatives?
gperftools - Main gperftools repository
Spotbugs - SpotBugs is FindBugs' successor. A tool for static analysis to look for bugs in Java code.
tracy - Frame profiler
Checkstyle - Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.
pprof - pprof is a tool for visualization and analysis of profiling data
Gource - software version control visualization
minitrace - Simple C/C++ library for producing JSON traces suitable for Chrome's built-in trace viewer (about:tracing).
PMD - An extensible multilanguage static code analyzer.
gprof2dot - Converts profiling output to a dot graph.
code2flow - Pretty good call graphs for dynamic languages
FindBugs - The new home of the FindBugs project
SonarQube - Continuous Inspection
