aws / aws-neuron-sdk
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 19 files with 2,685 lines of code.
    • 0 very long files (0 lines of code)
    • 2 long files (1,113 lines of code)
    • 3 medium size files (888 lines of codeclsfd_ftr_w_mp_ins)
    • 1 small files (116 lines of code)
    • 13 very small files (568 lines of code)
0% | 41% | 33% | 4% | 21%
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% | 48% | 38% | 0% | 13%
yml0% | 0% | 0% | 32% | 67%
proto0% | 0% | 0% | 0% | 100%
html0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src/helperscripts0% | 85% | 0% | 0% | 14%
_ext0% | 84% | 0% | 0% | 15%
src/neuron-gatherinfo0% | 0% | 94% | 0% | 5%
src/k80% | 0% | 0% | 32% | 67%
ROOT0% | 0% | 0% | 0% | 100%
neuron-guide/neuron-frameworks/tensorflow-neuron/tutorials/bert_demo0% | 0% | 0% | 0% | 100%
static0% | 0% | 0% | 0% | 100%
Longest Files (Top 19)
File# lines# units
neuronsetuphelper.py
in src/helperscripts
578 21
sphinx_plotly_directive.py
in _ext
535 24
neuron-gatherinfo.py
in src/neuron-gatherinfo
486 17
tf_neuron_check_model.py
in src/neuron-gatherinfo
201 13
mx_neuron_check_model.py
in src/neuron-gatherinfo
201 13
k8s-neuron-scheduler.yml
in src/k8
116 -
release-manifest-def.py
in src/helperscripts
96 -
bert_service.yml
in src/k8
83 -
k8s-neuron-device-plugin.yml
in src/k8
73 -
conf.py
in root
59 -
k8s-neuron-device-plugin-rbac.yml
in src/k8
58 -
clear_params_tfpb.py
in src/neuron-gatherinfo
52 3
df_tables.py
in _ext
39 4
symlink.py
in _ext
37 2
k8s-neuron-scheduler-configmap.yml
in src/k8
27 -
archive.py
in _ext
21 2
proto
mrpc.proto
in neuron-guide/neuron-frameworks/tensorflow-neuron/tutorials/bert_demo
18 -
neuron-setup-example.py
in src/helperscripts
4 -
google673a8c4fbaa024d8.html
in static
1 -
Files With Most Units (Top 9)
File# lines# units
sphinx_plotly_directive.py
in _ext
535 24
neuronsetuphelper.py
in src/helperscripts
578 21
neuron-gatherinfo.py
in src/neuron-gatherinfo
486 17
tf_neuron_check_model.py
in src/neuron-gatherinfo
201 13
mx_neuron_check_model.py
in src/neuron-gatherinfo
201 13
df_tables.py
in _ext
39 4
clear_params_tfpb.py
in src/neuron-gatherinfo
52 3
symlink.py
in _ext
37 2
archive.py
in _ext
21 2
Files With Long Lines (Top 7)

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

File# lines# units# long lines
neuronsetuphelper.py
in src/helperscripts
578 21 38
tf_neuron_check_model.py
in src/neuron-gatherinfo
201 13 8
mx_neuron_check_model.py
in src/neuron-gatherinfo
201 13 7
conf.py
in root
59 - 3
bert_service.yml
in src/k8
83 - 1
clear_params_tfpb.py
in src/neuron-gatherinfo
52 3 1
neuron-setup-example.py
in src/helperscripts
4 - 1