Skip to content

Commit

Permalink
adds some documentation about event handler performance as measured.
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsracz committed Aug 31, 2015
1 parent c5d1ff9 commit bfd659b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions event_handler_performance.txt
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.

0 comments on commit bfd659b

Please sign in to comment.