pytorch / glow
Features of Interest
Aspects in the source code identified through RegEx patterns.
Intro
Features of interest are any aspects of a software system that can be identified through patterns in code.
Features of interest provide you with a way to focus your attention on relevant parts of the codebase.
Typical examples include, security, TODOs, logging.
A feature of interest may be present in multiple files. Any source code file may be in zero or multiple features of interest.
Overview
GENERAL
TODOs
73,240 LOC (53%)
64 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
73,240 LOC (53%)
64 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
64
files match defined criteria (
73,240
lines of code,
53.8%
vs. main code):
56
*.cpp files (
71,290
lines of code)
7
*.h files (
1,900
lines of code)
1
*.cmake files (
50
lines of code)
121
lines match the content pattern.
details...
per component - primary logical decomposition
lib/Backends
in 17 files, 14,538 LOC (51%)
torch_glow/src
in 9 files, 14,229 LOC (80%)
include/glow
in 4 files, 1,588 LOC (10%)
lib/Importer
in 3 files, 10,236 LOC (92%)
lib/LLVMIRCodeGen
in 6 files, 5,622 LOC (52%)
lib/Optimizer
in 5 files, 8,475 LOC (81%)
lib/Graph
in 2 files, 7,938 LOC (79%)
tools/ClassGen
in 3 files, 2,886 LOC (66%)
tools/loader
in 2 files, 1,216 LOC (37%)
lib/Partitioner
in 2 files, 2,031 LOC (80%)
lib/Runtime
in 2 files, 1,149 LOC (45%)
lib/Onnxifi
in 4 files, 1,206 LOC (63%)
lib/Quantization
in 1 file 684 LOC (42%)
cmake/modules
in 1 file 50 LOC (5%)
lib/Backend
in 1 file 564 LOC (72%)
tools/Debugger
in 1 file 309 LOC (58%)
lib/CodeGen
in 1 file 519 LOC (100%)