Linux / Ipc
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 12 files with 6,742 lines of code.
    • 4 very long files (5,236 lines of code)
    • 0 long files (0 lines of code)
    • 2 medium size files (700 lines of codeclsfd_ftr_w_mp_ins)
    • 5 small files (753 lines of code)
    • 1 very small files (53 lines of code)
77% | 0% | 10% | 11% | <1%
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
c79% | 0% | 10% | 8% | <1%
h0% | 0% | 0% | 100% | 0%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
ROOT77% | 0% | 10% | 11% | <1%
Longest Files (Top 12)
File# lines# units
sem.c
in root
1594 49
shm.c
in root
1323 50
mqueue.c
in root
1316 37
msg.c
in root
1003 36
util.c
in root
481 24
219 9
util.h
in root
180 18
syscall.c
in root
176 2
156 7
msgutil.c
in root
139 2
102 2
compat.c
in root
53 4
Files With Most Units (Top 12)
File# lines# units
shm.c
in root
1323 50
sem.c
in root
1594 49
mqueue.c
in root
1316 37
msg.c
in root
1003 36
util.c
in root
481 24
util.h
in root
180 18
219 9
156 7
compat.c
in root
53 4
msgutil.c
in root
139 2
syscall.c
in root
176 2
102 2
Files With Long Lines (Top 2)

There are 2 files with lines longer than 120 characters. In total, there are 3 long lines.

File# lines# units# long lines
shm.c
in root
1323 50 2
msg.c
in root
1003 36 1