You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/concepts/benchmarking/results/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ At a hardware level the USB - CDC/ACM console is going to be used on the Olimex
46
46
The results shown below are the fruit of a same application: The **publisher**.
47
47
Only the micro-ros related functions were benchmarked. Hence, all the serial/IP/radio configuration parts of the code are benchmarked.
48
48
49
-
Below the data processing described. From the serialised binary CTF data to the output from the Babeltrace API:
49
+
Below the data processing is described. From the serialised binary CTF data to the output from the Babeltrace API:
50
50
51
51
{:.img-responsive and style="max-width: 100%; margin-left: auto; margin-right: auto;"}
52
52
@@ -104,11 +104,11 @@ The additional information are:
104
104
105
105
_Observations:_
106
106
107
-
According to the results taken above, the software is running a deterministic way. Indeed, by looking closer, it is noticeable that the running sequence is the same.
107
+
According to the results reported above, the software is running a deterministic way. Indeed, by looking closer, it is noticeable that the running sequence is the same.
108
108
109
109
Additionally, timing deltas between correlated events have a really low variation when switch (consecutive thread_suspend/thread_resume).
110
110
111
-
Moreover, the scheduler performs fast context switches, on average the are around 10 microseconds.
111
+
Moreover, the scheduler performs fast context switches, which on average, last 10 microseconds.
112
112
113
113
## Executions
114
114
@@ -122,7 +122,7 @@ _Observations:_
122
122
123
123
## Function call statistics
124
124
125
-
Below are depicted the function calls count per each communication medium:
125
+
Below are reported the function calls count per each communication medium:
126
126
127
127
**Ethernet**
128
128
{:.img-responsive and style="max-width: 100%; margin-left: auto; margin-right: auto;"}
0 commit comments