Changes to introspection generation to remove DOCTYPE and XML
[platform/core/uifw/at-spi2-atk.git] / patches / atk-bridge-log.patch.README
1 This is a patch to the original CORBA-based atk-bridge that causes it to
2 log events to standard error.  Events are counted, and an idle handler
3 is added when an event is received that logs the number of events that
4 have occurred since it was last called.  This allows one to analyze
5 the number of events that a program generated along with the amount of
6 consolidation that could theoretically be done by deferring the sending
7 to an idle handler.
8
9 Lines starting with "semi" track the number of events that
10 could be combined if certain types of events break the flow
11 (currently all events other than object:children-changed,
12 object:property-change:accessible-praent, and object:state-changed).