aliyun / aicb
Components

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.

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 7 components.
  • 26 files, 4,100 LOC (100.0% vs. main code).
  • "workload_generator" is biggest, containing 44.07% of LOC.
  • "core" is smallest, containing 0.32% of LOC.


workload_generator1807 LOC (44%) 8 files
utils648 LOC (15%) 3 files
visualize567 LOC (13%) 3 files
ROOT530 LOC (12%) 3 files
log_analyzer504 LOC (12%) 6 files
scripts31 LOC (<1%) 1 file
core13 LOC (<1%) 2 files
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
ROOT9 commits (33%)
workload_generator9 commits (33%)
utils7 commits (25%)
log_analyzer7 commits (25%)
scripts5 commits (18%)
visualize2 commits (7%)
core1 commits (3%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2025 2024
workload_generator
2
22
ROOT
1
13
log_analyzer
1
12
utils
1
10
scripts
5
visualize
4
core
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 workload_generator workload_generator workload_generator--workload_generator 1 ROOT ROOT workload_generator--ROOT 2 log_analyzer log_analyzer workload_generator--log_analyzer 2 utils utils workload_generator--utils 1 ROOT--utils 1 log_analyzer--ROOT 2 utils--log_analyzer 1


2025-05-15 05:23