aws / dcv-color-primitives
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 18 files with 10,190 lines of code.
    • 4 very long files (8,854 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (469 lines of codeclsfd_ftr_w_mp_ins)
    • 4 small files (577 lines of code)
    • 9 very small files (290 lines of code)
86% | 0% | 4% | 5% | 2%
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
rs88% | 0% | 5% | 3% | 2%
c100% | 0% | 0% | 0% | 0%
py0% | 0% | 0% | 97% | 2%
h0% | 0% | 0% | 0% | 100%
toml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src/convert_image98% | 0% | 0% | 1% | <1%
c_tests100% | 0% | 0% | 0% | 0%
src0% | 0% | 60% | 18% | 20%
benches0% | 0% | 0% | 83% | 16%
ROOT0% | 0% | 0% | 82% | 17%
include0% | 0% | 0% | 0% | 100%
build-aux0% | 0% | 0% | 0% | 100%
Longest Files (Top 18)
File# lines# units
avx2.rs
in src/convert_image
2750 6
sse2.rs
in src/convert_image
2494 6
x86.rs
in src/convert_image
2085 12
unit.c
in c_tests
1525 1
lib.rs
in src
469 3
geninput.py
in benches
152 1
pixel_format.rs
in src
144 6
genweights.py
in root
141 -
common.rs
in src/convert_image
140 -
cpu_info.rs
in src
73 2
dispatcher.rs
in src
69 1
dcv_color_primitives.h
in include
60 -
benches.rs
in benches
30 1
Cargo.toml
in root
30 -
color_space.rs
in src
9 -
static_assert.rs
in src
7 -
mod.rs
in src/convert_image
6 -
getversion.py
in build-aux
6 -
Files With Most Units (Top 10)
File# lines# units
x86.rs
in src/convert_image
2085 12
pixel_format.rs
in src
144 6
sse2.rs
in src/convert_image
2494 6
avx2.rs
in src/convert_image
2750 6
lib.rs
in src
469 3
cpu_info.rs
in src
73 2
benches.rs
in benches
30 1
geninput.py
in benches
152 1
dispatcher.rs
in src
69 1
unit.c
in c_tests
1525 1
Files With Long Lines (Top 1)

There is only one file with lines longer than 120 characters. In total, there are 23 long lines.

File# lines# units# long lines
unit.c
in c_tests
1525 1 23