A sample plugin to add edges between IOCTL commands and driver code.
Category: <span>Code Visualization</span>
Extend the custom architecture dependencies graph by adding clusters.
A sample python graph plugin to add custom dependencies to an architecture dependency graph.
How to create a custom architecture tree using the Python API.
Creating a sample Understand graph plugin to draw a call tree using the Python API.
Analyzing how a CMake-based project has changed over time (Part 5 of 5). This article focuses on calculating statistics by author given Understand databases for many time points.
Analyzing how a CMake-based project has changed over time (Part 4 of 5). This article focuses on creating a trendline of changes to avoid the artifacts caused by non-linear history.
Analyzing how a CMake-based project has changed over time (Part 3 of 5). This article focuses on creating a CodeCheck Violation trend line from multiple databases representing different time points in GitAhead.
Analyzing how a CMake-based project has changed over time (Part 2 of 5). Using command-line tools to create hundreds of comparison databases and constructing a trend line of analysis errors over time
Analyzing how a CMake-based project has changed over time (Part 1 of 5). This article focuses on getting the project to build successfully, both for the current state of the code and the 4-year-old initial version of the code.