forked from bakerstu/openmrn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds some documentation about event handler performance as measured.
- Loading branch information
1 parent
c5d1ff9
commit bfd659b
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
|
||
|
||
performance data collected: | ||
|
||
processing 20 events of 0100..0104 (which have 8 matches in the registry) | ||
~40 msec (37-40 msec) | ||
for 100: | ||
174 or 212 msec (there is probably a rounding problem here, freertos cannot really measure sub-millisecond time) | ||
|
||
|
||
processing 20 events that have zero matches | ||
~2 msec (0-3 msec) | ||
for 100 irrelevant events: 4-10 msec | ||
|
||
|
||
processing events with one match in the registry: | ||
100-140 msec for 100 events. | ||
|