summaryrefslogtreecommitdiff
path: root/ace/Basic_Stats.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-10-22 12:37:45 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-10-22 12:37:45 +0000
commitc816d3a26ac20e1d6333462ce19b22e94e08c400 (patch)
treeddc0e5ebeb7d5001ab072c0d4e27539db4f45deb /ace/Basic_Stats.h
parent905370bd149f4d05396d58dcd0e119268070581c (diff)
downloadATCD-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.h8
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;