openai / openai-realtime-console
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 15 files with 600 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 0 medium size files (0 lines of code)
    • 2 small files (277 lines of code)
    • 13 very small files (323 lines of code)
0% | 0% | 0% | 46% | 53%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: grouped by folders | grouped by size | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
jsx0% | 0% | 0% | 61% | 38%
js0% | 0% | 0% | 0% | 100%
css0% | 0% | 0% | 0% | 100%
html0% | 0% | 0% | 0% | 100%
cjs0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
client0% | 0% | 0% | 56% | 43%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 15)
File# lines# units
App.jsx
in client/components
156 -
ToolPanel.jsx
in client/components
121 -
SessionControls.jsx
in client/components
82 -
server.js
in root
80 -
EventLog.jsx
in client/components
57 -
base.css
in client
18 -
index.html
in client
16 -
12 -
11 -
Button.jsx
in client/components
11 -
10 -
8 -
7 -
index.js
in client
7 -
index.jsx
in client/pages
4 -
Files With Most Units (Top 0)
File# lines# units
Files With Long Lines (Top 0)

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

File# lines# units# long lines
Correlations

File Size vs. Commits (all time): 15 points

client/components/App.jsx x: 11 commits (all time) y: 156 lines of code client/components/ToolPanel.jsx x: 3 commits (all time) y: 121 lines of code server.js x: 9 commits (all time) y: 80 lines of code client/components/EventLog.jsx x: 4 commits (all time) y: 57 lines of code client/entry-client.jsx x: 2 commits (all time) y: 10 lines of code client/entry-server.jsx x: 2 commits (all time) y: 11 lines of code client/index.html x: 4 commits (all time) y: 16 lines of code vite.config.js x: 4 commits (all time) y: 8 lines of code client/base.css x: 2 commits (all time) y: 18 lines of code client/components/SessionControls.jsx x: 2 commits (all time) y: 82 lines of code client/index.js x: 2 commits (all time) y: 7 lines of code client/pages/index.jsx x: 2 commits (all time) y: 4 lines of code postcss.config.cjs x: 2 commits (all time) y: 12 lines of code
156.0
lines of code
  min: 4.0
  average: 40.0
  25th percentile: 8.0
  median: 12.0
  75th percentile: 80.0
  max: 156.0
0 11.0
commits (all time)
min: 2.0 | average: 3.53 | 25th percentile: 2.0 | median: 2.0 | 75th percentile: 4.0 | max: 11.0

File Size vs. Contributors (all time): 15 points

client/components/App.jsx x: 4 contributors (all time) y: 156 lines of code client/components/ToolPanel.jsx x: 1 contributors (all time) y: 121 lines of code server.js x: 3 contributors (all time) y: 80 lines of code client/components/EventLog.jsx x: 2 contributors (all time) y: 57 lines of code client/entry-client.jsx x: 1 contributors (all time) y: 10 lines of code client/entry-server.jsx x: 1 contributors (all time) y: 11 lines of code client/index.html x: 1 contributors (all time) y: 16 lines of code vite.config.js x: 1 contributors (all time) y: 8 lines of code client/base.css x: 1 contributors (all time) y: 18 lines of code client/components/SessionControls.jsx x: 1 contributors (all time) y: 82 lines of code client/index.js x: 1 contributors (all time) y: 7 lines of code client/pages/index.jsx x: 1 contributors (all time) y: 4 lines of code postcss.config.cjs x: 1 contributors (all time) y: 12 lines of code
156.0
lines of code
  min: 4.0
  average: 40.0
  25th percentile: 8.0
  median: 12.0
  75th percentile: 80.0
  max: 156.0
0 4.0
contributors (all time)
min: 1.0 | average: 1.4 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 4.0

File Size vs. Commits (30 days): 0 points

No data for "commits (30d)" vs. "lines of code".

File Size vs. Contributors (30 days): 0 points

No data for "contributors (30d)" vs. "lines of code".


File Size vs. Commits (90 days): 0 points

No data for "commits (90d)" vs. "lines of code".

File Size vs. Contributors (90 days): 0 points

No data for "contributors (90d)" vs. "lines of code".