diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-28 22:11:21 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-28 22:11:21 +0000 |
commit | 35852cf5702e5138a7ad5fbf5cbb0b018fa524bd (patch) | |
tree | 66b78730ef4b93709ecadf96d92ef0f1ce350928 /ace | |
parent | 554bb3bf6726ef53f2d2a9a2152e80aa56e99102 (diff) | |
download | ATCD-35852cf5702e5138a7ad5fbf5cbb0b018fa524bd.tar.gz |
ChangeLogTag:Sat Oct 28 15:02:40 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'ace')
-rw-r--r-- | ace/Stats.h | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/ace/Stats.h b/ace/Stats.h index 99c2afbb831..cae62e865fa 100644 --- a/ace/Stats.h +++ b/ace/Stats.h @@ -197,16 +197,18 @@ private: * * Keep the relevant information to perform throughput and latency * analysis, including: - * 1) Minimum, Average and Maximum latency - * 2) Jitter for the latency - * 3) Linear regression for throughput - * 4) Accumulate results from several samples to obtain aggregated - * results, across several threads or experiments. + * <OL> + * <LI> Minimum, Average and Maximum latency</LI> + * <LI> Jitter for the latency</LI> + * <LI> Linear regression for throughput</LI> + * <LI> Accumulate results from several samples to obtain aggregated + * results, across several threads or experiments.</LI> + * </OL> * - * @TODO: The idea behind this class was to use linear regression to - * determine if the throughput was linear or exhibited jitter. - * Unfortunately it never worked quite right, so only average - * throughput is computed. + * @todo The idea behind this class was to use linear regression to + * determine if the throughput was linear or exhibited jitter. + * Unfortunately it never worked quite right, so only average + * throughput is computed. */ class ACE_Export ACE_Throughput_Stats : public ACE_Basic_Stats { |