Add two-step measurement method, Gantt diagrams, and update README with accurate results
This commit is contained in:
@@ -0,0 +1,105 @@
|
||||
# Exekveringsfaser - 2000 decimaler
|
||||
|
||||
## Gantt-diagram
|
||||
|
||||
```mermaid
|
||||
gantt
|
||||
title Exekveringsfaser - 2000 decimaler
|
||||
dateFormat X
|
||||
axisFormat %L ms
|
||||
|
||||
section C
|
||||
Startup :0, 0
|
||||
Calculation :0, 5
|
||||
I/O :5, 5
|
||||
section Go
|
||||
Startup :0, 0
|
||||
Calculation :0, 6
|
||||
I/O :6, 6
|
||||
section Objective-C
|
||||
Startup :0, 0
|
||||
Calculation :0, 6
|
||||
I/O :6, 6
|
||||
section Rust
|
||||
Startup :0, 0
|
||||
Calculation :0, 6
|
||||
I/O :6, 6
|
||||
section Assembly
|
||||
Startup :0, 0
|
||||
Calculation :0, 6
|
||||
I/O :6, 6
|
||||
section Crystal
|
||||
Startup :0, 0
|
||||
Calculation :0, 7
|
||||
I/O :7, 7
|
||||
section D
|
||||
Startup :0, 1
|
||||
Calculation :1, 12
|
||||
I/O :12, 13
|
||||
section Zig
|
||||
Startup :0, 1
|
||||
Calculation :1, 16
|
||||
I/O :16, 17
|
||||
section Haskell
|
||||
Startup :0, 2
|
||||
Calculation :2, 18
|
||||
I/O :18, 20
|
||||
section Dart
|
||||
Startup :0, 2
|
||||
Calculation :2, 19
|
||||
I/O :19, 21
|
||||
section Odin
|
||||
Startup :0, 2
|
||||
Calculation :2, 22
|
||||
I/O :22, 24
|
||||
section Nim
|
||||
Startup :0, 2
|
||||
Calculation :2, 23
|
||||
I/O :23, 25
|
||||
section CSharp
|
||||
Startup :0, 4
|
||||
Calculation :4, 42
|
||||
I/O :42, 46
|
||||
section Java
|
||||
Startup :0, 4
|
||||
Calculation :4, 43
|
||||
I/O :43, 47
|
||||
section Python
|
||||
Startup :0, 5
|
||||
Calculation :5, 45
|
||||
I/O :45, 50
|
||||
section Fortran
|
||||
Startup :0, 5
|
||||
Calculation :5, 45
|
||||
I/O :45, 50
|
||||
section Kotlin
|
||||
Startup :0, 5
|
||||
Calculation :5, 51
|
||||
I/O :51, 56
|
||||
section PHP
|
||||
Startup :0, 6
|
||||
Calculation :6, 62
|
||||
I/O :62, 68
|
||||
section Lua
|
||||
Startup :0, 8
|
||||
Calculation :8, 72
|
||||
I/O :72, 80
|
||||
section Bash
|
||||
Startup :0, 8
|
||||
Calculation :8, 75
|
||||
I/O :75, 83
|
||||
```
|
||||
|
||||
## Staplat stapeldiagram
|
||||
|
||||
```mermaid
|
||||
xychart-beta
|
||||
title "Exekveringsfaser - 2000 decimaler"
|
||||
x-axis ["C", "Go", "Objective-C", "Rust", "Assembly", "Crystal", "D", "Zig", "Haskell", "Dart", "Odin", "Nim", "CSharp", "Java", "Python", "Fortran", "Kotlin", "PHP", "Lua", "Bash"]
|
||||
y-axis "Tid (ms)" 0 --> 94
|
||||
|
||||
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]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user