From 6d93918e12caf0fdc736219598076a80c91ae5fd Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 21 Jan 2009 15:44:42 +0000 Subject: Additional latency measurement points. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@736326 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/Cluster.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/qpid/cluster/Cluster.cpp') diff --git a/cpp/src/qpid/cluster/Cluster.cpp b/cpp/src/qpid/cluster/Cluster.cpp index 0b6d56c259..d31fa07c57 100644 --- a/cpp/src/qpid/cluster/Cluster.cpp +++ b/cpp/src/qpid/cluster/Cluster.cpp @@ -238,6 +238,7 @@ void Cluster::deliveredEvent(const EventHeader& e, const char* data) { } } } + QPID_LATENCY_RECORD("decode+execute", e); } struct AddrList { -- cgit v1.2.1