aws / aws-sagemaker-edge-quick-device-setup
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 10 files with 1,091 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (262 lines of codeclsfd_ftr_w_mp_ins)
    • 4 small files (601 lines of code)
    • 5 very small files (228 lines of code)
0% | 0% | 24% | 55% | 20%
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
go0% | 0% | 24% | 55% | 20%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
aws0% | 0% | 42% | 45% | 11%
common0% | 0% | 0% | 78% | 21%
cli0% | 0% | 0% | 100% | 0%
ROOT0% | 0% | 0% | 0% | 100%
constants0% | 0% | 0% | 0% | 100%
distinfo0% | 0% | 0% | 0% | 100%
Longest Files (Top 10)
File# lines# units
iam.go
in aws
262 7
utils.go
in common
191 6
iot.go
in aws
175 10
cli_args.go
in cli
134 4
sagemaker.go
in aws
101 5
main.go
in root
92 1
s3.go
in aws
73 4
agent_config.go
in common
51 2
contants.go
in constants
8 -
distinfo.go
in distinfo
4 -
Files With Most Units (Top 8)
File# lines# units
iot.go
in aws
175 10
iam.go
in aws
262 7
utils.go
in common
191 6
sagemaker.go
in aws
101 5
s3.go
in aws
73 4
cli_args.go
in cli
134 4
agent_config.go
in common
51 2
main.go
in root
92 1
Files With Long Lines (Top 7)

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

File# lines# units# long lines
iam.go
in aws
262 7 12
iot.go
in aws
175 10 11
sagemaker.go
in aws
101 5 6
cli_args.go
in cli
134 4 5
main.go
in root
92 1 4
s3.go
in aws
73 4 3
utils.go
in common
191 6 1