Five tips for speeding up graph generation in Understand.
Tag: graphs
Visualizing Shared Tasks
Abstract: Visualize an architecture of functions with the Shared Tasks graph. What’s worse than having too many chefs in the kitchen working on the same dish? Thread concurrency problems. A task –…
Making a Custom IOCTL Calls Tree
A sample plugin to add edges between IOCTL commands and driver code.
Making a Custom Cluster Graph
Extend the custom architecture dependencies graph by adding clusters.
Making a Dependency Graph with Custom Dependencies
A sample python graph plugin to add custom dependencies to an architecture dependency graph.
Making a Custom Architecture Tree
How to create a custom architecture tree using the Python API.
Cool Plugins for Code Maintenance
Three plugins provided by our partner, TechMatrix, that can help you identify and visualize code with low maintainability.
Making A Custom Call Tree
Creating a sample Understand graph plugin to draw a call tree using the Python API.
Debugging Understand with Understand
Tracking down an issue with nested typedef structs in the Data Members graph using Understand.
Seeing the Unseeable
An advanced workaround for visualizing graphs when the layout fails – and I use it to fix a bug in the UML Class Diagram.