apple / GCGC
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 8 files with 1,368 lines of code.
    • 0 very long files (0 lines of code)
    • 1 long files (619 lines of code)
    • 1 medium size files (246 lines of codeclsfd_ftr_w_mp_ins)
    • 2 small files (307 lines of code)
    • 4 very small files (196 lines of code)
0% | 45% | 17% | 22% | 14%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: zoomable circles | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
py0% | 45% | 17% | 22% | 14%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src/graphing0% | 58% | 23% | 0% | 18%
src0% | 0% | 0% | 99% | <1%
Longest Files (Top 8)
File# lines# units
plotting.py
in src/graphing
619 26
heatmap.py
in src/graphing
246 10
read_log_file.py
in src
179 11
filter_and_group.py
in src
128 6
summary.py
in src/graphing
81 4
allocation_rate.py
in src/graphing
68 2
percentiles.py
in src/graphing
46 3
__init__.py
in src
1 -
Files With Most Units (Top 7)
File# lines# units
plotting.py
in src/graphing
619 26
read_log_file.py
in src
179 11
heatmap.py
in src/graphing
246 10
filter_and_group.py
in src
128 6
summary.py
in src/graphing
81 4
percentiles.py
in src/graphing
46 3
allocation_rate.py
in src/graphing
68 2
Files With Long Lines (Top 4)

There are 4 files with lines longer than 120 characters. In total, there are 13 long lines.

File# lines# units# long lines
plotting.py
in src/graphing
619 26 5
heatmap.py
in src/graphing
246 10 4
filter_and_group.py
in src
128 6 3
allocation_rate.py
in src/graphing
68 2 1