diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-10-22 12:37:45 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-10-22 12:37:45 +0000 |
commit | c816d3a26ac20e1d6333462ce19b22e94e08c400 (patch) | |
tree | ddc0e5ebeb7d5001ab072c0d4e27539db4f45deb /ace/Basic_Stats.h | |
parent | 905370bd149f4d05396d58dcd0e119268070581c (diff) | |
download | ATCD-c816d3a26ac20e1d6333462ce19b22e94e08c400.tar.gz |
ChangeLogTag: Tue Oct 22 14:33:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Basic_Stats.h')
-rw-r--r-- | ace/Basic_Stats.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Basic_Stats.h b/ace/Basic_Stats.h index bc927a271fd..79fe5bc08ac 100644 --- a/ace/Basic_Stats.h +++ b/ace/Basic_Stats.h @@ -48,10 +48,10 @@ public: /// Dump all the samples /** - * Prints out the results, using @param msg as a prefix for each - * message and scaling all the numbers by @a scale_factor. - * The latter is useful because high resolution timer samples are - * acquired in clock ticks, but often presented in microseconds. + * Prints out the results, using @a msg as a prefix for each message and + * scaling all the numbers by @a scale_factor. The latter is useful because + * high resolution timer samples are acquired in clock ticks, but often + * presented in microseconds. */ void dump_results (const ACE_TCHAR *msg, ACE_UINT32 scale_factor) const; |