facebookincubator / submitit
File Change Frequency

File change frequency (churn) shows the distribution of file updates (days with at least one commit).

File Change Frequency Overall
File Change Frequency Overall
The number of recorded file updates
  • There are 15 files with 2,036 lines of code.
    • 0 files changed more than 100 times (0 lines of code)
    • 0 files changed 51-100 times (0 lines of code)
    • 0 files changed 21-50 times (0 lines of code)
    • 10 files changed 6-20 times (1,837 lines of code)
    • 5 files changed 1-5 times (199 lines of code)
0% | 0% | 0% | 90% | 9%
Legend:
101+
51-100
21-50
6-20
1-5
explore: zoomable circles | data
File Change Frequency per File Extension
py, md, txt, ini, gitignore, json, yml, toml, yaml
File Change Frequency per Extension
The number of recorded file updates
101+
51-100
21-50
6-20
1-5
py0% | 0% | 0% | 89% | 10%
toml0% | 0% | 0% | 100% | 0%
File Change Frequency per Logical Decomposition
primary
primary (file change frequency)
The number of recorded file updates
101+
51-100
21-50
6-20
1-5
submitit/core0% | 0% | 0% | 88% | 11%
submitit/local0% | 0% | 0% | 100% | 0%
submitit/slurm0% | 0% | 0% | 100% | 0%
submitit0% | 0% | 0% | 88% | 11%
submitit/auto0% | 0% | 0% | 100% | 0%
ROOT0% | 0% | 0% | 100% | 0%
integration0% | 0% | 0% | 0% | 100%
Most Frequently Changed Files (Top 21)

See data for all files...

File# lines# unitslast modified
(days ago)
created
(days ago)
# changes# contributors
slurm.py
in submitit/slurm
326 25 16 682 20 9
__init__.py
in submitit
1 - 16 599 14 2
core.py
in submitit/core
451 63 16 656 14 7
local.py
in submitit/local
220 23 43 652 13 5
helpers.py
in submitit
133 14 193 506 10 5
job_environment.py
in submitit/core
156 26 16 682 9 4
utils.py
in submitit/core
223 29 16 599 9 4
debug.py
in submitit/local
109 17 16 550 7 3
auto.py
in submitit/auto
126 9 282 669 7 3
92 - 16 598 6 3
conftest.py
in submitit
17 3 442 456 4 1
submission.py
in submitit/core
48 2 213 541 3 1
preemption.py
in integration
78 5 303 394 2 1
_submit.py
in submitit/core
3 - 498 498 1 1
plugins.py
in submitit/core
53 4 598 598 1 1
__init__.py
in submitit/local
1 -
__init__.py
in submitit/slurm
1 -
__init__.py
in submitit/auto
1 -
__init__.py
in submitit/core
1 -
_local.py
in submitit/local
7 -
logger.py
in submitit/core
34 3
Files With Most Contributors (Top 21)
Files sorted by the number of unique email addresses found in commits.

See data for all files...

File# lines# unitslast modified
(days ago)
created
(days ago)
# changes# contributors
slurm.py
in submitit/slurm
326 25 16 682 20 9
__init__.py
in submitit
1 - 16 599 14 2
core.py
in submitit/core
451 63 16 656 14 7
local.py
in submitit/local
220 23 43 652 13 5
helpers.py
in submitit
133 14 193 506 10 5
utils.py
in submitit/core
223 29 16 599 9 4
job_environment.py
in submitit/core
156 26 16 682 9 4
debug.py
in submitit/local
109 17 16 550 7 3
auto.py
in submitit/auto
126 9 282 669 7 3
92 - 16 598 6 3
conftest.py
in submitit
17 3 442 456 4 1
submission.py
in submitit/core
48 2 213 541 3 1
preemption.py
in integration
78 5 303 394 2 1
_submit.py
in submitit/core
3 - 498 498 1 1
plugins.py
in submitit/core
53 4 598 598 1 1
__init__.py
in submitit/local
1 -
_local.py
in submitit/local
7 -
__init__.py
in submitit/slurm
1 -
__init__.py
in submitit/auto
1 -
logger.py
in submitit/core
34 3
__init__.py
in submitit/core
1 -
Correlations

File Size vs. Number of Changes: 15 points

submitit/slurm/slurm.py x: 326 lines of code y: 20 # changes pyproject.toml x: 92 lines of code y: 6 # changes submitit/core/core.py x: 451 lines of code y: 14 # changes submitit/core/job_environment.py x: 156 lines of code y: 9 # changes submitit/core/utils.py x: 223 lines of code y: 9 # changes submitit/__init__.py x: 1 lines of code y: 14 # changes submitit/local/debug.py x: 109 lines of code y: 7 # changes submitit/local/local.py x: 220 lines of code y: 13 # changes submitit/helpers.py x: 133 lines of code y: 10 # changes submitit/core/submission.py x: 48 lines of code y: 3 # changes submitit/auto/auto.py x: 126 lines of code y: 7 # changes integration/preemption.py x: 78 lines of code y: 2 # changes submitit/conftest.py x: 17 lines of code y: 4 # changes submitit/core/_submit.py x: 3 lines of code y: 1 # changes submitit/core/plugins.py x: 53 lines of code y: 1 # changes
20.0
# changes
  min: 1.0
  average: 8.0
  25th percentile: 3.0
  median: 7.0
  75th percentile: 13.0
  max: 20.0
0 451.0
lines of code
min: 1.0 | average: 135.73 | 25th percentile: 48.0 | median: 109.0 | 75th percentile: 220.0 | max: 451.0

Number of Contributors vs. Number of Changes: 15 points

submitit/slurm/slurm.py x: 9 # contributors y: 20 # changes pyproject.toml x: 3 # contributors y: 6 # changes submitit/core/core.py x: 7 # contributors y: 14 # changes submitit/core/job_environment.py x: 4 # contributors y: 9 # changes submitit/__init__.py x: 2 # contributors y: 14 # changes submitit/local/debug.py x: 3 # contributors y: 7 # changes submitit/local/local.py x: 5 # contributors y: 13 # changes submitit/helpers.py x: 5 # contributors y: 10 # changes submitit/core/submission.py x: 1 # contributors y: 3 # changes integration/preemption.py x: 1 # contributors y: 2 # changes submitit/conftest.py x: 1 # contributors y: 4 # changes submitit/core/_submit.py x: 1 # contributors y: 1 # changes
20.0
# changes
  min: 1.0
  average: 8.0
  25th percentile: 3.0
  median: 7.0
  75th percentile: 13.0
  max: 20.0
0 9.0
# contributors
min: 1.0 | average: 3.33 | 25th percentile: 1.0 | median: 3.0 | 75th percentile: 5.0 | max: 9.0