microsoft / clr-samples
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 22 files with 2,617 lines of code.
    • 0 very long files (0 lines of code)
    • 1 long files (633 lines of code)
    • 2 medium size files (885 lines of codeclsfd_ftr_w_mp_ins)
    • 4 small files (583 lines of code)
    • 15 very small files (516 lines of code)
0% | 24% | 33% | 22% | 19%
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
cpp0% | 37% | 53% | 0% | 8%
vcxproj0% | 0% | 0% | 100% | 0%
h0% | 0% | 0% | 57% | 42%
asm0% | 0% | 0% | 0% | 100%
S0% | 0% | 0% | 0% | 100%
cmd0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
ReJITEnterLeaveHooks0% | 41% | 27% | 19% | 11%
ELTProfiler0% | 0% | 50% | 31% | 18%
ELTProfiler/asmhelpers/amd64/windows0% | 0% | 0% | 0% | 100%
ELTProfiler/asmhelpers/amd64/systemv0% | 0% | 0% | 0% | 100%
Longest Files (Top 22)
File# lines# units
ILRewriter.cpp
in ProfilingAPI/ReJITEnterLeaveHooks
633 14
CorProfiler.cpp
in ProfilingAPI/ELTProfiler
466 97
CorProfiler.cpp
in ProfilingAPI/ReJITEnterLeaveHooks
419 93
vcxproj
ClrProfiler.vcxproj
in ProfilingAPI/ELTProfiler
158 -
vcxproj
ClrProfiler.vcxproj
in ProfilingAPI/ReJITEnterLeaveHooks
153 -
CorProfiler.h
in ProfilingAPI/ELTProfiler
136 3
CorProfiler.h
in ProfilingAPI/ReJITEnterLeaveHooks
136 3
asmhelpers.asm
in ProfilingAPI/ELTProfiler/asmhelpers/amd64/windows
99 -
S
asmhelpers.S
in ProfilingAPI/ELTProfiler/asmhelpers/amd64/systemv
67 -
CComPtr.h
in ProfilingAPI/ELTProfiler
64 1
CComPtr.h
in ProfilingAPI/ReJITEnterLeaveHooks
64 1
ClassFactory.cpp
in ProfilingAPI/ELTProfiler
50 5
ClassFactory.cpp
in ProfilingAPI/ReJITEnterLeaveHooks
50 5
dllmain.cpp
in ProfilingAPI/ELTProfiler
25 1
dllmain.cpp
in ProfilingAPI/ReJITEnterLeaveHooks
25 1
ClassFactory.h
in ProfilingAPI/ELTProfiler
16 -
ClassFactory.h
in ProfilingAPI/ReJITEnterLeaveHooks
16 -
profiler_pal.h
in ProfilingAPI/ELTProfiler
15 -
profiler_pal.h
in ProfilingAPI/ReJITEnterLeaveHooks
13 -
ILRewriter.h
in ProfilingAPI/ReJITEnterLeaveHooks
10 -
cmd
build.cmd
in ProfilingAPI/ELTProfiler
1 -
cmd
build.cmd
in ProfilingAPI/ReJITEnterLeaveHooks
1 -
Files With Most Units (Top 11)
File# lines# units
CorProfiler.cpp
in ProfilingAPI/ELTProfiler
466 97
CorProfiler.cpp
in ProfilingAPI/ReJITEnterLeaveHooks
419 93
ILRewriter.cpp
in ProfilingAPI/ReJITEnterLeaveHooks
633 14
ClassFactory.cpp
in ProfilingAPI/ELTProfiler
50 5
ClassFactory.cpp
in ProfilingAPI/ReJITEnterLeaveHooks
50 5
CorProfiler.h
in ProfilingAPI/ELTProfiler
136 3
CorProfiler.h
in ProfilingAPI/ReJITEnterLeaveHooks
136 3
CComPtr.h
in ProfilingAPI/ELTProfiler
64 1
dllmain.cpp
in ProfilingAPI/ELTProfiler
25 1
CComPtr.h
in ProfilingAPI/ReJITEnterLeaveHooks
64 1
dllmain.cpp
in ProfilingAPI/ReJITEnterLeaveHooks
25 1
Files With Long Lines (Top 9)

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

File# lines# units# long lines
CorProfiler.cpp
in ProfilingAPI/ReJITEnterLeaveHooks
419 93 26
CorProfiler.cpp
in ProfilingAPI/ELTProfiler
466 97 23
CorProfiler.h
in ProfilingAPI/ELTProfiler
136 3 21
CorProfiler.h
in ProfilingAPI/ReJITEnterLeaveHooks
136 3 21
ILRewriter.cpp
in ProfilingAPI/ReJITEnterLeaveHooks
633 14 5
vcxproj
ClrProfiler.vcxproj
in ProfilingAPI/ELTProfiler
158 - 4
vcxproj
ClrProfiler.vcxproj
in ProfilingAPI/ReJITEnterLeaveHooks
153 - 4
cmd
build.cmd
in ProfilingAPI/ELTProfiler
1 - 1
cmd
build.cmd
in ProfilingAPI/ReJITEnterLeaveHooks
1 - 1