summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/Statistics.cpp
Commit message (Collapse)AuthorAgeFilesLines
* QPID-7207: remove cpp and python subdirs from svn trunk, they have migrated ↵Robert Gemmell2016-07-051-131/+0
| | | | | | to their own git repositories git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1751566 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5865: Be more robust in face of system clock being changed:Andrew Stitcher2014-07-011-1/+1
| | | | | | | | | | - Separate Wall clock time uses from other time * (assumed that any time with respect to the epoch is wallclock) - For Posix use CLOCK_MONOTONIC for all non wall clock purposes so that changing system time doesn't affect internal timekeeping - For Windows kept the same time keeping scheme. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1607140 13f79535-47bb-0310-9956-ffa450edef68
* Improvements to output & message distribution for qpid-cpp-benchmark.Alan Conway2010-09-301-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1003231 13f79535-47bb-0310-9956-ffa450edef68
* Consistent use of string constants for message property keys in ↵Alan Conway2010-04-211-1/+3
| | | | | | sender/receiver tests. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@936337 13f79535-47bb-0310-9956-ffa450edef68
* Count latency samples, don't assume all messages are latency samples.Alan Conway2010-04-211-4/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@936336 13f79535-47bb-0310-9956-ffa450edef68
* qpid_cpp_benchmark: print send/receive stats side-by-sideAlan Conway2010-04-131-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@933719 13f79535-47bb-0310-9956-ffa450edef68
* Make qpid_send/qpid_receive output more spreadsheet-friendly.Alan Conway2010-04-131-13/+10
| | | | | | | | - output is tab separated - --report-header=no suppresses headers git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@933718 13f79535-47bb-0310-9956-ffa450edef68
* Script to run performance benchmarks using qpid_send and qpid_receive.Alan Conway2010-04-091-16/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@932479 13f79535-47bb-0310-9956-ffa450edef68
* Changed the recent AbsTime::Epoch code to conform better to the previouslyAndrew Stitcher2010-04-081-1/+1
| | | | | | | | existing code. Fixed AbsTime to compile on Windows again. Removed unused and seemingly extraneous serialize() code from AbsTime. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931782 13f79535-47bb-0310-9956-ffa450edef68
* Fix compiler warnings "virtual function but no virtual destructor".Alan Conway2010-04-071-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931660 13f79535-47bb-0310-9956-ffa450edef68
* Extend qpid_send, qpid_recv to measure throughput and latency.Alan Conway2010-04-071-0/+119
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931657 13f79535-47bb-0310-9956-ffa450edef68