diff options
| author | Alan Conway <aconway@apache.org> | 2010-04-21 14:48:48 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-04-21 14:48:48 +0000 |
| commit | e9c27048f9538d7484f9537e43f357df5f20b4e1 (patch) | |
| tree | c02d933f7560848aac5d1bc312c8ec9b1b852249 /qpid/cpp/src/tests/Statistics.h | |
| parent | cf64f06ddfb2ca381afd8ce6b85095b74921d494 (diff) | |
| download | qpid-python-e9c27048f9538d7484f9537e43f357df5f20b4e1.tar.gz | |
Count latency samples, don't assume all messages are latency samples.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@936336 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Statistics.h')
| -rw-r--r-- | qpid/cpp/src/tests/Statistics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/Statistics.h b/qpid/cpp/src/tests/Statistics.h index 90bdbb6819..091046a17f 100644 --- a/qpid/cpp/src/tests/Statistics.h +++ b/qpid/cpp/src/tests/Statistics.h @@ -68,6 +68,7 @@ class ThroughputAndLatency : public Throughput { private: double total, min, max; // Milliseconds + int samples; }; /** Report batch and overall statistics */ |
