mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-18 11:24:19 -05:00
Measure time it takes to calculate state group ID
This commit is contained in:
parent
f879127aaa
commit
01ccc9e6f2
@ -483,6 +483,7 @@ class StateResolutionHandler(object):
|
||||
key: e_ids.pop() for key, e_ids in state.iteritems()
|
||||
}
|
||||
|
||||
with Measure(self.clock, "state.create_group_ids"):
|
||||
# if the new state matches any of the input state groups, we can
|
||||
# use that state group again. Otherwise we will generate a state_id
|
||||
# which will be used as a cache key for future resolutions, but
|
||||
|
Loading…
Reference in New Issue
Block a user