From 9bd07bed238337151ae79dc948f49cdf7141578c Mon Sep 17 00:00:00 2001
From: Erik Johnston <erik@matrix.org>
Date: Tue, 6 Jan 2015 15:28:56 +0000
Subject: [PATCH] Actually time that function

---
 synapse/storage/transactions.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/synapse/storage/transactions.py b/synapse/storage/transactions.py
index 36ddf30d65..9d14f89303 100644
--- a/synapse/storage/transactions.py
+++ b/synapse/storage/transactions.py
@@ -200,6 +200,7 @@ class TransactionStore(SQLBaseStore):
             self._get_transactions_after, transaction_id, destination
         )
 
+    @time_function
     def _get_transactions_after(cls, txn, transaction_id, destination):
         where = (
             "destination = ? AND id > (select id FROM %s WHERE "
-- 
GitLab