Long Name is one of Understand's built-in architectures — automatic ways to group a codebase (by directory, git history, language, …) for graphs, metrics, and dependency analysis.
Long Name
Languages: AnyAn architecture for grouping entities by long name.
By default, this architecture groups class entities by long name assuming "::" as a separator, appropriate for C++ projects. The entity kind string and separator can be configured. For example, the kind string can be set to "functions" to group functions instead of classes, or the separator can be set to "." for C# instead of C++.