diff --git a/generate_gantt.py b/generate_gantt.py index b01e3d8..3e70a64 100644 --- a/generate_gantt.py +++ b/generate_gantt.py @@ -64,7 +64,7 @@ gantt gantt += f" section {lang}\n" gantt += f" Startup :0, {startup}\n" gantt += f" Calculation :{startup}, {startup + calc}\n" - gantt += f" I/O :{startup + calc}, {startup + calc + io}\n" + gantt += f" IO :{startup + calc}, {startup + calc + io}\n" gantt += "```\n" @@ -90,7 +90,7 @@ xychart-beta bar Startup [{', '.join([str(m['startup_time']) for _, m in top_20])}] bar Calculation [{', '.join([str(m['calc_time']) for _, m in top_20])}] - bar I/O [{', '.join([str(m['io_time']) for _, m in top_20])}] + bar IO [{', '.join([str(m['io_time']) for _, m in top_20])}] ``` """ diff --git a/reports/1000_decimals_gantt.md b/reports/1000_decimals_gantt.md index 8fa854e..cd386da 100644 --- a/reports/1000_decimals_gantt.md +++ b/reports/1000_decimals_gantt.md @@ -11,83 +11,83 @@ gantt section Assembly Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section C Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section Rust Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section Go Startup :0, 0 Calculation :0, 5 - I/O :5, 5 + IO :5, 5 section Objective-C Startup :0, 0 Calculation :0, 5 - I/O :5, 5 + IO :5, 5 section Crystal Startup :0, 0 Calculation :0, 6 - I/O :6, 6 + IO :6, 6 section D Startup :0, 1 Calculation :1, 10 - I/O :10, 11 + IO :10, 11 section Nim Startup :0, 1 Calculation :1, 10 - I/O :10, 11 + IO :10, 11 section Odin Startup :0, 1 Calculation :1, 10 - I/O :10, 11 + IO :10, 11 section Zig Startup :0, 1 Calculation :1, 12 - I/O :12, 13 + IO :12, 13 section Fortran Startup :0, 1 Calculation :1, 15 - I/O :15, 16 + IO :15, 16 section Dart Startup :0, 2 Calculation :2, 18 - I/O :18, 20 + IO :18, 20 section Haskell Startup :0, 1 Calculation :1, 17 - I/O :17, 18 + IO :17, 18 section Bash Startup :0, 2 Calculation :2, 23 - I/O :23, 25 + IO :23, 25 section Lua Startup :0, 3 Calculation :3, 27 - I/O :27, 30 + IO :27, 30 section Python Startup :0, 4 Calculation :4, 36 - I/O :36, 40 + IO :36, 40 section Java Startup :0, 4 Calculation :4, 38 - I/O :38, 42 + IO :38, 42 section CSharp Startup :0, 4 Calculation :4, 41 - I/O :41, 45 + IO :41, 45 section Kotlin Startup :0, 5 Calculation :5, 47 - I/O :47, 52 + IO :47, 52 section PHP Startup :0, 6 Calculation :6, 54 - I/O :54, 60 + IO :54, 60 ``` ## Staplat stapeldiagram @@ -100,6 +100,6 @@ xychart-beta bar Startup [0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 1, 2, 3, 4, 4, 4, 5, 6] bar Calculation [4, 4, 4, 5, 5, 6, 9, 9, 9, 11, 14, 16, 16, 21, 24, 32, 34, 37, 42, 48] - bar I/O [0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 1, 2, 3, 4, 4, 4, 5, 6] + bar IO [0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 1, 2, 3, 4, 4, 4, 5, 6] ``` diff --git a/reports/100_decimals_gantt.md b/reports/100_decimals_gantt.md index 56fdcc0..be28c2f 100644 --- a/reports/100_decimals_gantt.md +++ b/reports/100_decimals_gantt.md @@ -11,83 +11,83 @@ gantt section Assembly Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section C Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section Go Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section Nim Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section Odin Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section Crystal Startup :0, 0 Calculation :0, 5 - I/O :5, 5 + IO :5, 5 section Fortran Startup :0, 0 Calculation :0, 5 - I/O :5, 5 + IO :5, 5 section Rust Startup :0, 0 Calculation :0, 5 - I/O :5, 5 + IO :5, 5 section Objective-C Startup :0, 0 Calculation :0, 6 - I/O :6, 6 + IO :6, 6 section Swift Startup :0, 0 Calculation :0, 7 - I/O :7, 7 + IO :7, 7 section D Startup :0, 1 Calculation :1, 9 - I/O :9, 10 + IO :9, 10 section Zig Startup :0, 1 Calculation :1, 9 - I/O :9, 10 + IO :9, 10 section Lua Startup :0, 1 Calculation :1, 10 - I/O :10, 11 + IO :10, 11 section Bash Startup :0, 1 Calculation :1, 12 - I/O :12, 13 + IO :12, 13 section Dart Startup :0, 1 Calculation :1, 14 - I/O :14, 15 + IO :14, 15 section Haskell Startup :0, 2 Calculation :2, 19 - I/O :19, 21 + IO :19, 21 section Perl Startup :0, 3 Calculation :3, 31 - I/O :31, 34 + IO :31, 34 section Python Startup :0, 3 Calculation :3, 32 - I/O :32, 35 + IO :32, 35 section Java Startup :0, 3 Calculation :3, 33 - I/O :33, 36 + IO :33, 36 section CSharp Startup :0, 4 Calculation :4, 37 - I/O :37, 41 + IO :37, 41 ``` ## Staplat stapeldiagram @@ -100,6 +100,6 @@ xychart-beta bar Startup [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 3, 3, 3, 4] bar Calculation [4, 4, 4, 4, 4, 5, 5, 5, 6, 7, 8, 8, 9, 11, 13, 17, 28, 29, 30, 33] - bar I/O [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 3, 3, 3, 4] + bar IO [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 3, 3, 3, 4] ``` diff --git a/reports/10_decimals_gantt.md b/reports/10_decimals_gantt.md index e9a33a3..d7a20ac 100644 --- a/reports/10_decimals_gantt.md +++ b/reports/10_decimals_gantt.md @@ -11,83 +11,83 @@ gantt section C Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section Go Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section Nim Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section Odin Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section Rust Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section Crystal Startup :0, 0 Calculation :0, 5 - I/O :5, 5 + IO :5, 5 section Fortran Startup :0, 0 Calculation :0, 5 - I/O :5, 5 + IO :5, 5 section Objective-C Startup :0, 0 Calculation :0, 5 - I/O :5, 5 + IO :5, 5 section Assembly Startup :0, 0 Calculation :0, 5 - I/O :5, 5 + IO :5, 5 section Swift Startup :0, 0 Calculation :0, 6 - I/O :6, 6 + IO :6, 6 section D Startup :0, 1 Calculation :1, 9 - I/O :9, 10 + IO :9, 10 section Lua Startup :0, 1 Calculation :1, 9 - I/O :9, 10 + IO :9, 10 section Zig Startup :0, 1 Calculation :1, 9 - I/O :9, 10 + IO :9, 10 section Bash Startup :0, 1 Calculation :1, 12 - I/O :12, 13 + IO :12, 13 section Dart Startup :0, 1 Calculation :1, 13 - I/O :13, 14 + IO :13, 14 section Haskell Startup :0, 2 Calculation :2, 19 - I/O :19, 21 + IO :19, 21 section Perl Startup :0, 3 Calculation :3, 28 - I/O :28, 31 + IO :28, 31 section Python Startup :0, 3 Calculation :3, 31 - I/O :31, 34 + IO :31, 34 section CSharp Startup :0, 4 Calculation :4, 38 - I/O :38, 42 + IO :38, 42 section Java Startup :0, 4 Calculation :4, 41 - I/O :41, 45 + IO :41, 45 ``` ## Staplat stapeldiagram @@ -100,6 +100,6 @@ xychart-beta bar Startup [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 3, 3, 4, 4] bar Calculation [4, 4, 4, 4, 4, 5, 5, 5, 5, 6, 8, 8, 8, 11, 12, 17, 25, 28, 34, 37] - bar I/O [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 3, 3, 4, 4] + bar IO [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 3, 3, 4, 4] ``` diff --git a/reports/1_decimals_gantt.md b/reports/1_decimals_gantt.md index be5a0a7..4309c55 100644 --- a/reports/1_decimals_gantt.md +++ b/reports/1_decimals_gantt.md @@ -11,83 +11,83 @@ gantt section C Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section Go Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section Nim Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section Odin Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section Rust Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section Crystal Startup :0, 0 Calculation :0, 5 - I/O :5, 5 + IO :5, 5 section Objective-C Startup :0, 0 Calculation :0, 5 - I/O :5, 5 + IO :5, 5 section Fortran Startup :0, 0 Calculation :0, 6 - I/O :6, 6 + IO :6, 6 section Swift Startup :0, 0 Calculation :0, 6 - I/O :6, 6 + IO :6, 6 section D Startup :0, 1 Calculation :1, 9 - I/O :9, 10 + IO :9, 10 section Lua Startup :0, 1 Calculation :1, 9 - I/O :9, 10 + IO :9, 10 section Zig Startup :0, 1 Calculation :1, 10 - I/O :10, 11 + IO :10, 11 section Bash Startup :0, 1 Calculation :1, 12 - I/O :12, 13 + IO :12, 13 section Dart Startup :0, 1 Calculation :1, 14 - I/O :14, 15 + IO :14, 15 section Haskell Startup :0, 2 Calculation :2, 19 - I/O :19, 21 + IO :19, 21 section Assembly Startup :0, 2 Calculation :2, 23 - I/O :23, 25 + IO :23, 25 section Perl Startup :0, 3 Calculation :3, 29 - I/O :29, 32 + IO :29, 32 section Python Startup :0, 3 Calculation :3, 32 - I/O :32, 35 + IO :32, 35 section Java Startup :0, 4 Calculation :4, 36 - I/O :36, 40 + IO :36, 40 section CSharp Startup :0, 4 Calculation :4, 38 - I/O :38, 42 + IO :38, 42 ``` ## Staplat stapeldiagram @@ -100,6 +100,6 @@ xychart-beta bar Startup [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 4] bar Calculation [4, 4, 4, 4, 4, 5, 5, 6, 6, 8, 8, 9, 11, 13, 17, 21, 26, 29, 32, 34] - bar I/O [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 4] + bar IO [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 4] ``` diff --git a/reports/2000_decimals_gantt.md b/reports/2000_decimals_gantt.md index cfb60ab..e96ee8c 100644 --- a/reports/2000_decimals_gantt.md +++ b/reports/2000_decimals_gantt.md @@ -11,83 +11,83 @@ gantt section C Startup :0, 0 Calculation :0, 5 - I/O :5, 5 + IO :5, 5 section Go Startup :0, 0 Calculation :0, 6 - I/O :6, 6 + IO :6, 6 section Objective-C Startup :0, 0 Calculation :0, 6 - I/O :6, 6 + IO :6, 6 section Rust Startup :0, 0 Calculation :0, 6 - I/O :6, 6 + IO :6, 6 section Assembly Startup :0, 0 Calculation :0, 6 - I/O :6, 6 + IO :6, 6 section Crystal Startup :0, 0 Calculation :0, 7 - I/O :7, 7 + IO :7, 7 section D Startup :0, 1 Calculation :1, 12 - I/O :12, 13 + IO :12, 13 section Zig Startup :0, 1 Calculation :1, 16 - I/O :16, 17 + IO :16, 17 section Haskell Startup :0, 2 Calculation :2, 18 - I/O :18, 20 + IO :18, 20 section Dart Startup :0, 2 Calculation :2, 19 - I/O :19, 21 + IO :19, 21 section Odin Startup :0, 2 Calculation :2, 22 - I/O :22, 24 + IO :22, 24 section Nim Startup :0, 2 Calculation :2, 23 - I/O :23, 25 + IO :23, 25 section CSharp Startup :0, 4 Calculation :4, 42 - I/O :42, 46 + IO :42, 46 section Java Startup :0, 4 Calculation :4, 43 - I/O :43, 47 + IO :43, 47 section Python Startup :0, 5 Calculation :5, 45 - I/O :45, 50 + IO :45, 50 section Fortran Startup :0, 5 Calculation :5, 45 - I/O :45, 50 + IO :45, 50 section Kotlin Startup :0, 5 Calculation :5, 51 - I/O :51, 56 + IO :51, 56 section PHP Startup :0, 6 Calculation :6, 62 - I/O :62, 68 + IO :62, 68 section Lua Startup :0, 8 Calculation :8, 72 - I/O :72, 80 + IO :72, 80 section Bash Startup :0, 8 Calculation :8, 75 - I/O :75, 83 + IO :75, 83 ``` ## Staplat stapeldiagram @@ -100,6 +100,6 @@ xychart-beta bar Startup [0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 2, 2, 4, 4, 5, 5, 5, 6, 8, 8] bar Calculation [5, 6, 6, 6, 6, 7, 11, 15, 16, 17, 20, 21, 38, 39, 40, 40, 46, 56, 64, 67] - bar I/O [0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 2, 2, 4, 4, 5, 5, 5, 6, 8, 8] + bar IO [0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 2, 2, 4, 4, 5, 5, 5, 6, 8, 8] ``` diff --git a/reports/2_decimals_gantt.md b/reports/2_decimals_gantt.md index 5a88aa2..cee03a8 100644 --- a/reports/2_decimals_gantt.md +++ b/reports/2_decimals_gantt.md @@ -11,83 +11,83 @@ gantt section Assembly Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section C Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section Go Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section Nim Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section Odin Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section Crystal Startup :0, 0 Calculation :0, 5 - I/O :5, 5 + IO :5, 5 section Fortran Startup :0, 0 Calculation :0, 5 - I/O :5, 5 + IO :5, 5 section Objective-C Startup :0, 0 Calculation :0, 5 - I/O :5, 5 + IO :5, 5 section Rust Startup :0, 0 Calculation :0, 5 - I/O :5, 5 + IO :5, 5 section Swift Startup :0, 0 Calculation :0, 6 - I/O :6, 6 + IO :6, 6 section D Startup :0, 1 Calculation :1, 9 - I/O :9, 10 + IO :9, 10 section Zig Startup :0, 1 Calculation :1, 9 - I/O :9, 10 + IO :9, 10 section Lua Startup :0, 1 Calculation :1, 10 - I/O :10, 11 + IO :10, 11 section Bash Startup :0, 1 Calculation :1, 12 - I/O :12, 13 + IO :12, 13 section Dart Startup :0, 1 Calculation :1, 13 - I/O :13, 14 + IO :13, 14 section Haskell Startup :0, 1 Calculation :1, 16 - I/O :16, 17 + IO :16, 17 section Perl Startup :0, 3 Calculation :3, 28 - I/O :28, 31 + IO :28, 31 section Python Startup :0, 3 Calculation :3, 31 - I/O :31, 34 + IO :31, 34 section Java Startup :0, 3 Calculation :3, 33 - I/O :33, 36 + IO :33, 36 section CSharp Startup :0, 4 Calculation :4, 37 - I/O :37, 41 + IO :37, 41 ``` ## Staplat stapeldiagram @@ -100,6 +100,6 @@ xychart-beta bar Startup [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 3, 3, 3, 4] bar Calculation [4, 4, 4, 4, 4, 5, 5, 5, 5, 6, 8, 8, 9, 11, 12, 15, 25, 28, 30, 33] - bar I/O [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 3, 3, 3, 4] + bar IO [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 3, 3, 3, 4] ``` diff --git a/reports/5_decimals_gantt.md b/reports/5_decimals_gantt.md index 9ecca90..de63e81 100644 --- a/reports/5_decimals_gantt.md +++ b/reports/5_decimals_gantt.md @@ -11,83 +11,83 @@ gantt section C Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section Go Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section Nim Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section Odin Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section Rust Startup :0, 0 Calculation :0, 4 - I/O :4, 4 + IO :4, 4 section Crystal Startup :0, 0 Calculation :0, 5 - I/O :5, 5 + IO :5, 5 section Fortran Startup :0, 0 Calculation :0, 5 - I/O :5, 5 + IO :5, 5 section Swift Startup :0, 0 Calculation :0, 5 - I/O :5, 5 + IO :5, 5 section Objective-C Startup :0, 0 Calculation :0, 6 - I/O :6, 6 + IO :6, 6 section Assembly Startup :0, 0 Calculation :0, 7 - I/O :7, 7 + IO :7, 7 section D Startup :0, 1 Calculation :1, 9 - I/O :9, 10 + IO :9, 10 section Zig Startup :0, 1 Calculation :1, 9 - I/O :9, 10 + IO :9, 10 section Lua Startup :0, 1 Calculation :1, 10 - I/O :10, 11 + IO :10, 11 section Bash Startup :0, 1 Calculation :1, 12 - I/O :12, 13 + IO :12, 13 section Dart Startup :0, 1 Calculation :1, 13 - I/O :13, 14 + IO :13, 14 section Haskell Startup :0, 1 Calculation :1, 17 - I/O :17, 18 + IO :17, 18 section Perl Startup :0, 3 Calculation :3, 29 - I/O :29, 32 + IO :29, 32 section Python Startup :0, 3 Calculation :3, 31 - I/O :31, 34 + IO :31, 34 section Java Startup :0, 3 Calculation :3, 33 - I/O :33, 36 + IO :33, 36 section CSharp Startup :0, 4 Calculation :4, 36 - I/O :36, 40 + IO :36, 40 ``` ## Staplat stapeldiagram @@ -100,6 +100,6 @@ xychart-beta bar Startup [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 3, 3, 3, 4] bar Calculation [4, 4, 4, 4, 4, 5, 5, 5, 6, 7, 8, 8, 9, 11, 12, 16, 26, 28, 30, 32] - bar I/O [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 3, 3, 3, 4] + bar IO [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 3, 3, 3, 4] ```