summaryrefslogtreecommitdiff
path: root/ace/High_Res_Timer.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-10 22:44:19 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-10 22:44:19 +0000
commit48925d4b531c87a64e1b2aa808063565ec6dda8f (patch)
tree40f0db9e5baa9348901ffe5085645838b262046d /ace/High_Res_Timer.h
parent5ecc9b554b442594c0b61fa344054db465cf5e02 (diff)
downloadATCD-48925d4b531c87a64e1b2aa808063565ec6dda8f.tar.gz
fixed comment
Diffstat (limited to 'ace/High_Res_Timer.h')
-rw-r--r--ace/High_Res_Timer.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/ace/High_Res_Timer.h b/ace/High_Res_Timer.h
index 9a65c19801d..f43c8e122b1 100644
--- a/ace/High_Res_Timer.h
+++ b/ace/High_Res_Timer.h
@@ -52,14 +52,14 @@ class ACE_Export ACE_High_Res_Timer
// NOTE: the elapsed time calculations in the print methods use
// ACE_hrtime_t values. Those methods do _not_ check for overflow!
//
- // NOTE: Gabe <begeddov@proaxis.com> raises this issue regarding
- // ACE_OS::gethrtime (): on multi-processors, the processor that you
- // query for your timer.stop () value might not be the one you queried
- // for timer.stop (). Its not clear how much divergence there would be,
- // if any.
+ // NOTE: Gabe <begeddov@proaxis.com> raises this issue
+ // regarding ACE_OS::gethrtime (): on multi-processors, the
+ // processor that you query for your timer.stop () value might
+ // not be the one you queried for timer.start (). Its not clear
+ // how much divergence there would be, if any.
//
- // This issue is not mentioned in the Solaris 2.5.1 gethrtime man
- // page.
+ // This issue is not mentioned in the Solaris 2.5.1 gethrtime
+ // man page.
public:
// = Initialization method.