tensorflow / swift
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 12 files with 2,866 lines of code.
    • 0 very long files (0 lines of code)
    • 2 long files (1,342 lines of code)
    • 3 medium size files (924 lines of codeclsfd_ftr_w_mp_ins)
    • 3 small files (355 lines of code)
    • 4 very small files (245 lines of code)
0% | 46% | 32% | 12% | 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
swift0% | 46% | 32% | 12% | 8%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
Sources/SIL0% | 47% | 32% | 12% | 7%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 12)
File# lines# units
SILPrinter.swift
in Sources/SIL
672 29
SILParser.swift
in Sources/SIL
670 38
SILAnalysis.swift
in Sources/SIL
383 1
SIL.swift
in Sources/SIL
320 -
BitcodeParser.swift
in Sources/SIL
221 11
Parser.swift
in Sources/SIL
141 13
SExpr.swift
in Sources/SIL
113 5
Bitstream.swift
in Sources/SIL
101 8
Printer.swift
in Sources/SIL
86 13
BitcodePrinter.swift
in Sources/SIL
84 3
Bitcode.swift
in Sources/SIL
55 4
Package.swift
in root
20 -
Files With Most Units (Top 10)
File# lines# units
SILParser.swift
in Sources/SIL
670 38
SILPrinter.swift
in Sources/SIL
672 29
Parser.swift
in Sources/SIL
141 13
Printer.swift
in Sources/SIL
86 13
BitcodeParser.swift
in Sources/SIL
221 11
Bitstream.swift
in Sources/SIL
101 8
SExpr.swift
in Sources/SIL
113 5
Bitcode.swift
in Sources/SIL
55 4
BitcodePrinter.swift
in Sources/SIL
84 3
SILAnalysis.swift
in Sources/SIL
383 1
Files With Long Lines (Top 1)

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

File# lines# units# long lines
SIL.swift
in Sources/SIL
320 - 2