facebookresearch / VCMeshConv
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 9 files with 1,963 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 4 medium size files (1,259 lines of codeclsfd_ftr_w_mp_ins)
    • 3 small files (528 lines of code)
    • 2 very small files (176 lines of code)
0% | 0% | 64% | 26% | 8%
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% | 0% | 72% | 17% | 9%
py0% | 0% | 43% | 45% | 10%
cpp0% | 0% | 100% | 0% | 0%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
GraphSampling0% | 0% | 78% | 13% | 7%
GraphAutoEncoder0% | 0% | 43% | 45% | 10%
Longest Files (Top 9)
File# lines# units
graphVAESSW.py
in GraphAutoEncoder
362 23
meshLoader.h
in GraphSampling
356 6
meshPooler.h
in GraphSampling
290 8
main.cpp
in GraphSampling
251 17
graphVAE_train.py
in GraphAutoEncoder
198 7
graphAE_dataloader.py
in GraphAutoEncoder
175 16
meshPooler_visualizer.h
in GraphSampling
155 6
graphAE_param_iso.py
in GraphAutoEncoder
89 2
meshCNN.h
in GraphSampling
87 3
Files With Most Units (Top 9)
File# lines# units
graphVAESSW.py
in GraphAutoEncoder
362 23
main.cpp
in GraphSampling
251 17
graphAE_dataloader.py
in GraphAutoEncoder
175 16
meshPooler.h
in GraphSampling
290 8
graphVAE_train.py
in GraphAutoEncoder
198 7
meshLoader.h
in GraphSampling
356 6
meshPooler_visualizer.h
in GraphSampling
155 6
meshCNN.h
in GraphSampling
87 3
graphAE_param_iso.py
in GraphAutoEncoder
89 2
Files With Long Lines (Top 5)

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

File# lines# units# long lines
graphVAESSW.py
in GraphAutoEncoder
362 23 9
graphVAE_train.py
in GraphAutoEncoder
198 7 8
meshPooler.h
in GraphSampling
290 8 1
meshCNN.h
in GraphSampling
87 3 1
main.cpp
in GraphSampling
251 17 1