Skip to content

Commit

Permalink
adds memory size information from the manual experiments run.
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsracz committed Aug 31, 2015
1 parent 0bc5929 commit 5c9dfb3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions event_handler_performance.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,22 @@ processing events with zero match in the registry:
2-8 msec for 100 events.







MEMORY SIZE TESTS
=================

heap_end with newlib nano:
0x62e8 (appl_main: 5ca4 pool: 376)

adding four new consumers:
0x6528 (appl_main: 5ee4 pool: 376)

delta:
576 (appl main: the same)
per consumer size: 144 bytes.


0 comments on commit 5c9dfb3

Please sign in to comment.