microsoft / diskspd-for-linux
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 25 files with 3,298 lines of code.
    • 0 very long files (0 lines of code)
    • 1 long files (560 lines of code)
    • 7 medium size files (1,756 lines of codeclsfd_ftr_w_mp_ins)
    • 3 small files (432 lines of code)
    • 14 very small files (550 lines of code)
0% | 16% | 53% | 13% | 16%
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
h0% | 42% | 0% | 22% | 34%
cc0% | 0% | 88% | 6% | 5%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src0% | 16% | 53% | 13% | 16%
Longest Files (Top 25)
File# lines# units
options.h
in src
560 2
result_formatter.cc
in src
300 2
profile.cc
in src
270 3
job.cc
in src
265 1
kernel_aio.cc
in src
246 29
sys_info.cc
in src
239 6
posix_aio.cc
in src
224 28
thread.cc
in src
212 2
target.h
in src
163 10
Histogram.h
in src
136 15
options.cc
in src
133 7
IoBucketizer.cc
in src
88 8
job.h
in src
66 2
async_io.h
in src
56 2
perf_clock.h
in src
49 4
result_formatter.h
in src
43 1
posix_aio.h
in src
37 -
thread.h
in src
37 -
kernel_aio.h
in src
36 -
rng_engine.h
in src
31 2
profile.h
in src
28 -
sys_info.h
in src
26 -
IoBucketizer.h
in src
25 -
debug.h
in src
16 -
diskspd.cc
in src
12 1
Files With Most Units (Top 18)
File# lines# units
kernel_aio.cc
in src
246 29
posix_aio.cc
in src
224 28
Histogram.h
in src
136 15
target.h
in src
163 10
IoBucketizer.cc
in src
88 8
options.cc
in src
133 7
sys_info.cc
in src
239 6
perf_clock.h
in src
49 4
profile.cc
in src
270 3
async_io.h
in src
56 2
job.h
in src
66 2
options.h
in src
560 2
result_formatter.cc
in src
300 2
rng_engine.h
in src
31 2
thread.cc
in src
212 2
diskspd.cc
in src
12 1
job.cc
in src
265 1
result_formatter.h
in src
43 1
Files With Long Lines (Top 3)

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

File# lines# units# long lines
job.cc
in src
265 1 1
profile.cc
in src
270 3 1
sys_info.cc
in src
239 6 1