-
Committer:
John Arbash Meinel
-
Date:
2009-06-23 22:03:08 UTC
-
mto:
This revision was merged to the branch mainline in
revision
4522.
-
Revision ID:
john@arbash-meinel.com-20090623220308-mk4j9fgj2tsbmqpo
lots of debugging timers.
For NEWS:
{'annotate one': 4.9377005317715019,
'annotate time': 7.3725829679470429,
'first ann': 8498,
'heads time': 0.18344133123069994,
'multi heads': 30,
'multi source': 8649,
'one head': 8619,
'one source': 973,
'overall': 7.5956810851658521,
'resolve annotations': 0.21483317013754544,
'update left': 0.92649561606294317,
'update other match': 3.278116911506904,
'update other resolve': 0.32999194031643531,
'update rest': 3.6284887464747229}
Looks like we spend 2 seconds extracting texts,
5 seconds annotating them. And of tht we spend 3.2s matching
the right parent lines to the current text.
We spend a fairly short amount of time resolving annotations,
almost all of them resolve to a single head, which is also
interesting.