aws-samples / amazon-kinesis-video-streams-webrtc-sdk-c-for-freertos
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 21 files with 2,268 lines of code.
    • 0 very long files (0 lines of code)
    • 1 long files (740 lines of code)
    • 1 medium size files (276 lines of codeclsfd_ftr_w_mp_ins)
    • 6 small files (877 lines of code)
    • 13 very small files (375 lines of code)
0% | 32% | 12% | 38% | 16%
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
c0% | 39% | 14% | 41% | 4%
h0% | 0% | 0% | 26% | 73%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
main0% | 39% | 14% | 41% | 4%
main/include0% | 0% | 0% | 26% | 73%
Longest Files (Top 21)
File# lines# units
AppCommon.c
in main
740 24
AppFileSrc.c
in main
276 12
kvswebrtc_example_main.c
in main
196 5
AppMessageQueue.c
in main
177 8
AppCredential.c
in main
169 6
AppSignaling.c
in main
116 8
AppMetrics.c
in main
110 6
AppError.h
in main/include
109 -
AppCommon.h
in main/include
75 -
AppConfig.h
in main/include
49 -
AppMain.c
in main
39 1
AppMessageQueue.h
in main/include
32 -
AppSignaling.h
in main/include
31 -
AppCredential.h
in main/include
25 -
AppFileSrc.h
in main/include
24 -
AppWebRTC.c
in main
20 2
AppDataChannel.c
in main
19 2
AppMetrics.h
in main/include
18 -
AppDataChannel.h
in main/include
15 -
AppWebRTC.h
in main/include
15 -
AppMain.h
in main/include
13 -
Files With Most Units (Top 10)
File# lines# units
AppCommon.c
in main
740 24
AppFileSrc.c
in main
276 12
AppSignaling.c
in main
116 8
AppMessageQueue.c
in main
177 8
AppMetrics.c
in main
110 6
AppCredential.c
in main
169 6
kvswebrtc_example_main.c
in main
196 5
AppWebRTC.c
in main
20 2
AppDataChannel.c
in main
19 2
AppMain.c
in main
39 1
Files With Long Lines (Top 10)

There are 10 files with lines longer than 120 characters. In total, there are 107 long lines.

File# lines# units# long lines
AppCommon.c
in main
740 24 65
AppCredential.c
in main
169 6 12
AppSignaling.c
in main
116 8 10
AppMetrics.c
in main
110 6 6
AppMessageQueue.c
in main
177 8 5
AppFileSrc.c
in main
276 12 4
AppMessageQueue.h
in main/include
32 - 2
AppDataChannel.c
in main
19 2 1
AppCredential.h
in main/include
25 - 1
AppSignaling.h
in main/include
31 - 1