azure / macro-utils-c
File Change Frequency

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

Overview
File Change Frequency Overall
  • There are 4 files with 361 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)
    • 1 file changed 6-20 times (327 lines of code)
    • 3 files changed 1-5 times (34 lines of code)
0% | 0% | 0% | 90% | 9%
Legend:
101+
51-100
21-50
6-20
1-5

explore: grouped by folders | grouped by update frequency | data
Contributors Count Frequency Overall
  • There are 4 files with 361 lines of code.
    • 0 files changed by more than 25 contributors (0 lines of code)
    • 0 files changed by 11-25 contributors (0 lines of code)
    • 1 file changed by 6-10 contributors (327 lines of code)
    • 1 file changed by 2-5 contributors (10 lines of code)
    • 2 files changed by 1 contributor (24 lines of code)
0% | 0% | 90% | 2% | 6%
Legend:
26+
11-25
6-10
2-5
1

explore: grouped by folders | grouped by contributors count | data
File Change Frequency per File Extension
h, c, cs, txt, md, yaml, gitignore, gitattributes, sh, csproj, cmake, gitmodules
File Change Frequency per Extension
The number of recorded file updates
101+
51-100
21-50
6-20
1-5
h0% | 0% | 0% | 100% | 0%
cs0% | 0% | 0% | 0% | 100%
cmake0% | 0% | 0% | 0% | 100%
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
inc0% | 0% | 0% | 100% | 0%
macro_utils_h_generator0% | 0% | 0% | 0% | 100%
configs0% | 0% | 0% | 0% | 100%
Most Frequently Changed Files (Top 4)

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
macro_utils.h
in inc/macro_utils
327 8 2020-10-29 2023-10-19 20 6 anporumb@users.noreply.gith... anporumb@users.noreply.gith...
program.cs
in macro_utils_h_generator
10 - 2017-03-02 2023-02-04 4 4 anporumb@microsoft.com mdurak@microsoft.com
9 - 2020-10-29 2024-10-14 2 1 anporumb@users.noreply.gith... anporumb@users.noreply.gith...
assemblyinfo.cs
in macro_utils_h_generator/properties
15 - 2017-03-02 2017-03-02 1 1 anporumb@microsoft.com anporumb@microsoft.com
Files With Most Contributors (Top 4)
Based on the number of unique email addresses found in commits.

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
macro_utils.h
in inc/macro_utils
327 8 2020-10-29 2023-10-19 20 6 anporumb@users.noreply.gith... anporumb@users.noreply.gith...
program.cs
in macro_utils_h_generator
10 - 2017-03-02 2023-02-04 4 4 anporumb@microsoft.com mdurak@microsoft.com
9 - 2020-10-29 2024-10-14 2 1 anporumb@users.noreply.gith... anporumb@users.noreply.gith...
assemblyinfo.cs
in macro_utils_h_generator/properties
15 - 2017-03-02 2017-03-02 1 1 anporumb@microsoft.com anporumb@microsoft.com
Files With Least Contributors (Top 4)
Based on the number of unique email addresses found in commits.

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
assemblyinfo.cs
in macro_utils_h_generator/properties
15 - 2017-03-02 2017-03-02 1 1 anporumb@microsoft.com anporumb@microsoft.com
9 - 2020-10-29 2024-10-14 2 1 anporumb@users.noreply.gith... anporumb@users.noreply.gith...
program.cs
in macro_utils_h_generator
10 - 2017-03-02 2023-02-04 4 4 anporumb@microsoft.com mdurak@microsoft.com
macro_utils.h
in inc/macro_utils
327 8 2020-10-29 2023-10-19 20 6 anporumb@users.noreply.gith... anporumb@users.noreply.gith...
Correlations

File Size vs. Number of Changes: 4 points

configs/macro_utils_cConfig.cmake x: 9 lines of code y: 2 # changes inc/macro_utils/macro_utils.h x: 327 lines of code y: 20 # changes macro_utils_h_generator/program.cs x: 10 lines of code y: 4 # changes macro_utils_h_generator/properties/assemblyinfo.cs x: 15 lines of code y: 1 # changes
20.0
# changes
  min: 1.0
  average: 6.75
  25th percentile: 1.25
  median: 3.0
  75th percentile: 16.0
  max: 20.0
0 327.0
lines of code
min: 9.0 | average: 90.25 | 25th percentile: 9.25 | median: 12.5 | 75th percentile: 249.0 | max: 327.0

Number of Contributors vs. Number of Changes: 4 points

configs/macro_utils_cConfig.cmake x: 1 # contributors y: 2 # changes inc/macro_utils/macro_utils.h x: 6 # contributors y: 20 # changes macro_utils_h_generator/program.cs x: 4 # contributors y: 4 # changes macro_utils_h_generator/properties/assemblyinfo.cs x: 1 # contributors y: 1 # changes
20.0
# changes
  min: 1.0
  average: 6.75
  25th percentile: 1.25
  median: 3.0
  75th percentile: 16.0
  max: 20.0
0 6.0
# contributors
min: 1.0 | average: 3.0 | 25th percentile: 1.0 | median: 2.5 | 75th percentile: 5.5 | max: 6.0

Number of Contributors vs. File Size: 4 points

configs/macro_utils_cConfig.cmake x: 1 # contributors y: 9 lines of code inc/macro_utils/macro_utils.h x: 6 # contributors y: 327 lines of code macro_utils_h_generator/program.cs x: 4 # contributors y: 10 lines of code macro_utils_h_generator/properties/assemblyinfo.cs x: 1 # contributors y: 15 lines of code
327.0
lines of code
  min: 9.0
  average: 90.25
  25th percentile: 9.25
  median: 12.5
  75th percentile: 249.0
  max: 327.0
0 6.0
# contributors
min: 1.0 | average: 3.0 | 25th percentile: 1.0 | median: 2.5 | 75th percentile: 5.5 | max: 6.0