Add two-step measurement method, Gantt diagrams, and update README with accurate results
This commit is contained in:
@@ -0,0 +1,105 @@
|
||||
# Exekveringsfaser - 5 decimaler
|
||||
|
||||
## Gantt-diagram
|
||||
|
||||
```mermaid
|
||||
gantt
|
||||
title Exekveringsfaser - 5 decimaler
|
||||
dateFormat X
|
||||
axisFormat %L ms
|
||||
|
||||
section C
|
||||
Startup :0, 0
|
||||
Calculation :0, 4
|
||||
I/O :4, 4
|
||||
section Go
|
||||
Startup :0, 0
|
||||
Calculation :0, 4
|
||||
I/O :4, 4
|
||||
section Nim
|
||||
Startup :0, 0
|
||||
Calculation :0, 4
|
||||
I/O :4, 4
|
||||
section Odin
|
||||
Startup :0, 0
|
||||
Calculation :0, 4
|
||||
I/O :4, 4
|
||||
section Rust
|
||||
Startup :0, 0
|
||||
Calculation :0, 4
|
||||
I/O :4, 4
|
||||
section Crystal
|
||||
Startup :0, 0
|
||||
Calculation :0, 5
|
||||
I/O :5, 5
|
||||
section Fortran
|
||||
Startup :0, 0
|
||||
Calculation :0, 5
|
||||
I/O :5, 5
|
||||
section Swift
|
||||
Startup :0, 0
|
||||
Calculation :0, 5
|
||||
I/O :5, 5
|
||||
section Objective-C
|
||||
Startup :0, 0
|
||||
Calculation :0, 6
|
||||
I/O :6, 6
|
||||
section Assembly
|
||||
Startup :0, 0
|
||||
Calculation :0, 7
|
||||
I/O :7, 7
|
||||
section D
|
||||
Startup :0, 1
|
||||
Calculation :1, 9
|
||||
I/O :9, 10
|
||||
section Zig
|
||||
Startup :0, 1
|
||||
Calculation :1, 9
|
||||
I/O :9, 10
|
||||
section Lua
|
||||
Startup :0, 1
|
||||
Calculation :1, 10
|
||||
I/O :10, 11
|
||||
section Bash
|
||||
Startup :0, 1
|
||||
Calculation :1, 12
|
||||
I/O :12, 13
|
||||
section Dart
|
||||
Startup :0, 1
|
||||
Calculation :1, 13
|
||||
I/O :13, 14
|
||||
section Haskell
|
||||
Startup :0, 1
|
||||
Calculation :1, 17
|
||||
I/O :17, 18
|
||||
section Perl
|
||||
Startup :0, 3
|
||||
Calculation :3, 29
|
||||
I/O :29, 32
|
||||
section Python
|
||||
Startup :0, 3
|
||||
Calculation :3, 31
|
||||
I/O :31, 34
|
||||
section Java
|
||||
Startup :0, 3
|
||||
Calculation :3, 33
|
||||
I/O :33, 36
|
||||
section CSharp
|
||||
Startup :0, 4
|
||||
Calculation :4, 36
|
||||
I/O :36, 40
|
||||
```
|
||||
|
||||
## Staplat stapeldiagram
|
||||
|
||||
```mermaid
|
||||
xychart-beta
|
||||
title "Exekveringsfaser - 5 decimaler"
|
||||
x-axis ["C", "Go", "Nim", "Odin", "Rust", "Crystal", "Fortran", "Swift", "Objective-C", "Assembly", "D", "Zig", "Lua", "Bash", "Dart", "Haskell", "Perl", "Python", "Java", "CSharp"]
|
||||
y-axis "Tid (ms)" 0 --> 51
|
||||
|
||||
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]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user