facebookresearch / deepfloat
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
9,086 LOC (25%)
66 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
9,086 LOC (25%)
66 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
66
files match defined criteria (
9,086
lines of code,
25.4%
vs. main code):
43
*.sv files (
5,050
lines of code)
10
*.h files (
1,837
lines of code)
7
*.cpp files (
1,447
lines of code)
4
*.cl files (
571
lines of code)
2
*.py files (
181
lines of code)
122
lines match the content pattern.
details...
per component - primary logical decomposition
rtl/log
in 9 files, 692 LOC (4%)
rtl/posit
in 20 files, 2,352 LOC (34%)
cpp/utils
in 5 files, 1,493 LOC (48%)
rtl/float
in 9 files, 1,717 LOC (65%)
rtl/utils
in 5 files, 289 LOC (14%)
cpp/layers
in 5 files, 727 LOC (40%)
cpp/ops
in 3 files, 747 LOC (63%)
bitstream/positlib
in 3 files, 338 LOC (37%)
bitstream/loglib
in 3 files, 369 LOC (44%)
py
in 1 file 70 LOC (13%)
cpp
in 2 files, 181 LOC (48%)
bitstream
in 1 file 111 LOC (100%)