File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ The muCom protocol does not define master or slave ECUs. Both act as equal partn
1515##### Benchmark results #####
1616| Function | Execution time in us |
1717| --- | --- |
18- | writeByte(): | 42 |
19- | writeShort(): | 62 |
20- | writeLong(): | 99 |
21- | writeLongLong(): | 165 |
22- | writeFloat(): | 100 |
23- | readByte(): | 312 |
24- | readShort(): | 415 |
25- | readLong(): | 533 |
26- | readLongLong(): | 771 |
27- | readFloat(): | 533 |
28- | invokeFunction(): | 41 |
18+ | writeByte() | 42 |
19+ | writeShort() | 62 |
20+ | writeLong() | 99 |
21+ | writeLongLong() | 165 |
22+ | writeFloat() | 100 |
23+ | readByte() | 312 |
24+ | readShort() | 415 |
25+ | readLong() | 533 |
26+ | readLongLong() | 771 |
27+ | readFloat() | 533 |
28+ | invokeFunction() | 41 |
2929
3030Executed on an Atmega328p with a 250000kBaud serial interface in loopback mode.
3131
You can’t perform that action at this time.
0 commit comments