uber / uForwarder
Static Component Dependencies

An overview of static code dependencies among source code logical components.

Intro

Static code dependencies refer to the relationships between different modules, libraries, or components in a software system that are established at compile-time rather than at runtime. These dependencies are determined by the code itself, meaning that one module directly references another through imports, includes, or explicit references in the code. Examples include:

Learn more...
Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure at level 1 (relative to the source code root).

Bubble Chart | Tree Map
Component Sizes (Lines of Code)
The "primary" logical decomposition has 8 components.
  • 291 files, 25,887 LOC (93.0% vs. main code).
  • "uforwarder-core" is biggest, containing 45.32% of LOC.
  • "fievel-common" is smallest, containing 0.01% of LOC.


uforwarder-core11731 LOC (42%) 151 files
uforwarder11486 LOC (41%) 98 files
idl1141 LOC (4%) 13 files
instrumentation693 LOC (2%) 11 files
uforwarder-container320 LOC (1%) 4 files
uforwarder-client280 LOC (1%) 7 files
uforwarder-sample-consumer234 LOC (<1%) 6 files
fievel-common2 LOC (<1%) 1 file
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 9 links (arrows) between components.
  • The number on the arrow represents the number of files from referring component that depend on files in referred component.
  • These 9 links contain 69 dependencies.
G uforwarder-client uforwarder-client idl idl uforwarder uforwarder uforwarder->uforwarder-client 2 fievel-common fievel-common uforwarder->fievel-common 1 uforwarder-core uforwarder-core uforwarder->uforwarder-core 46 instrumentation instrumentation uforwarder->instrumentation 4 uforwarder-container uforwarder-container uforwarder-container->uforwarder-client 1 uforwarder-container->uforwarder 1 uforwarder-container->fievel-common 1 uforwarder-core->instrumentation 11 uforwarder-sample-consumer uforwarder-sample-consumer uforwarder-sample-consumer->uforwarder-client 2


Download: SVG DOT (open online Graphviz editor)

Open 2D force graph...
Open 3D force graph...

Show more details about dependencies...






2025-05-03 07:38