summaryrefslogtreecommitdiff
path: root/patches/atk-bridge-log.patch.README
diff options
context:
space:
mode:
Diffstat (limited to 'patches/atk-bridge-log.patch.README')
-rw-r--r--patches/atk-bridge-log.patch.README12
1 files changed, 0 insertions, 12 deletions
diff --git a/patches/atk-bridge-log.patch.README b/patches/atk-bridge-log.patch.README
deleted file mode 100644
index 302d339..0000000
--- a/patches/atk-bridge-log.patch.README
+++ /dev/null
@@ -1,12 +0,0 @@
-This is a patch to the original CORBA-based atk-bridge that causes it to
-log events to standard error. Events are counted, and an idle handler
-is added when an event is received that logs the number of events that
-have occurred since it was last called. This allows one to analyze
-the number of events that a program generated along with the amount of
-consolidation that could theoretically be done by deferring the sending
-to an idle handler.
-
-Lines starting with "semi" track the number of events that
-could be combined if certain types of events break the flow
-(currently all events other than object:children-changed,
-object:property-change:accessible-praent, and object:state-changed).