Skip to content

Commit a86f479

Browse files
committed
concept: benchmarking results: fixing grammar
1 parent f862076 commit a86f479

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • _docs/concepts/benchmarking/results

_docs/concepts/benchmarking/results/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ At a hardware level the USB - CDC/ACM console is going to be used on the Olimex
4646
The results shown below are the fruit of a same application: The **publisher**.
4747
Only the micro-ros related functions were benchmarked. Hence, all the serial/IP/radio configuration parts of the code are benchmarked.
4848

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:
5050

5151
![](./images/bm_dataflow.png){:.img-responsive and style="max-width: 100%; margin-left: auto; margin-right: auto;"}
5252

@@ -104,11 +104,11 @@ The additional information are:
104104

105105
_Observations:_
106106

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.
108108

109109
Additionally, timing deltas between correlated events have a really low variation when switch (consecutive thread_suspend/thread_resume).
110110

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.
112112

113113
## Executions
114114

@@ -122,7 +122,7 @@ _Observations:_
122122

123123
## Function call statistics
124124

125-
Below are depicted the function calls count per each communication medium:
125+
Below are reported the function calls count per each communication medium:
126126

127127
**Ethernet**
128128
![](./images/fusage_eth.png){:.img-responsive and style="max-width: 100%; margin-left: auto; margin-right: auto;"}

0 commit comments

Comments
 (0)