microsoft / ntttcp-for-linux
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 24 files with 3,694 lines of code.
    • 0 very long files (0 lines of code)
    • 2 long files (1,224 lines of code)
    • 5 medium size files (1,535 lines of codeclsfd_ftr_w_mp_ins)
    • 3 small files (469 lines of code)
    • 14 very small files (466 lines of code)
0% | 33% | 41% | 12% | 12%
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% | 37% | 47% | 10% | 4%
h0% | 0% | 0% | 27% | 72%
yml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src0% | 33% | 41% | 12% | 12%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 24)
File# lines# units
util.c
in src
677 14
tcpstream.c
in src
547 5
parameter.c
in src
452 6
endpointsync.c
in src
374 6
main.c
in src
264 3
ntttcp.c
in src
235 4
oscounter.c
in src
210 8
udpstream.c
in src
199 -
throughputmanagement.c
in src
155 3
ntttcp.h
in src
115 -
util.h
in src
88 -
logger.c
in src
79 9
multithreading.c
in src
66 8
const.h
in src
58 -
oscounter.h
in src
48 -
logger.h
in src
18 -
multithreading.h
in src
17 -
parameter.h
in src
17 -
tcpstream.h
in src
16 -
azure-pipelines.yml
in root
15 -
throughputmanagement.h
in src
14 -
udpstream.h
in src
13 -
endpointsync.h
in src
10 -
main.h
in src
7 -
Files With Most Units (Top 10)
File# lines# units
util.c
in src
677 14
logger.c
in src
79 9
multithreading.c
in src
66 8
oscounter.c
in src
210 8
endpointsync.c
in src
374 6
parameter.c
in src
452 6
tcpstream.c
in src
547 5
ntttcp.c
in src
235 4
main.c
in src
264 3
throughputmanagement.c
in src
155 3
Files With Long Lines (Top 7)

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

File# lines# units# long lines
util.c
in src
677 14 13
parameter.c
in src
452 6 9
ntttcp.c
in src
235 4 5
tcpstream.c
in src
547 5 5
throughputmanagement.c
in src
155 3 2
endpointsync.c
in src
374 6 1
udpstream.c
in src
199 - 1