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 | 29328cdac97ca7c171c380ebe8296900d9110bf0 (patch) | |
| tree | b6e2d4db71ce7533332d3913982975737fb46d9c /cpp/src/tests/Statistics.h | |
| parent | 194d355113f24ff86ffd2fc15c7a24e804b250a5 (diff) | |
| download | qpid-python-29328cdac97ca7c171c380ebe8296900d9110bf0.tar.gz | |
Count latency samples, don't assume all messages are latency samples.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@936336 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Statistics.h')
| -rw-r--r-- | cpp/src/tests/Statistics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/Statistics.h b/cpp/src/tests/Statistics.h index 90bdbb6819..091046a17f 100644 --- a/cpp/src/tests/Statistics.h +++ b/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 */ |
