apache / skywalking-eyes
Components & Dependencies

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

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.
  • 29 files, 8,463 LOC (49.7% vs. main code).
  • "assets" is biggest, containing 81.84% of LOC.
  • "ROOT" is smallest, containing 0.02% of LOC.


assets6926 LOC (40%) 7 files
pkg1174 LOC (6%) 9 files
commands327 LOC (1%) 8 files
internal18 LOC (<1%) 1 file
cmd12 LOC (<1%) 1 file
dependency2 LOC (<1%) 1 file
header2 LOC (<1%) 1 file
ROOT2 LOC (<1%) 1 file
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 7 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 7 links contain 22 dependencies.
G cmd cmd internal internal cmd->internal 1 commands commands cmd->commands 1 dependency dependency commands->internal 5 assets assets commands->assets 1 pkg pkg commands->pkg 3 header header ROOT ROOT pkg->internal 7 pkg->assets 4


Download: SVG DOT (open online Graphviz editor)

Open 3D force graph...

Show more details about dependencies...




Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
pkg58 commits (28%)
assets34 commits (16%)
ROOT20 commits (9%)
commands19 commits (9%)
dependency6 commits (2%)
internal5 commits (2%)
header5 commits (2%)
cmd4 commits (1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2023 2022 2021 2020
pkg
1
33
50
29
commands
2
18
15
11
assets
3
11
33
2
ROOT
3
3
6
8
dependency
5
1
header
4
1
internal
1
4
cmd
1
1
2


Dependencies between components in same commits (past 180 days)
The number on the lines shows the number of shared commits.
See detailed temporal dependencies report...

G header header dependency dependency header--dependency 4 ROOT ROOT header--ROOT 2 commands commands dependency--commands 1 assets assets dependency--assets 1 ROOT--dependency 2 commands--commands 1 commands--assets 1 assets--assets 1


2023-08-11 02:06