summaryrefslogtreecommitdiff
path: root/ace/High_Res_Timer.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-26 15:55:55 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-26 15:55:55 +0000
commit4e2e97a8408ec704e06f7bf256fed7053b386281 (patch)
tree873c55e753dde9a129eea9d77e2dc2d998340a2f /ace/High_Res_Timer.h
parent9117fa57fa4272fdfd835f1a1d3c55b4df1826f9 (diff)
downloadATCD-4e2e97a8408ec704e06f7bf256fed7053b386281.tar.gz
ChangeLogTag:Mon Apr 26 10:54:23 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'ace/High_Res_Timer.h')
-rw-r--r--ace/High_Res_Timer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/High_Res_Timer.h b/ace/High_Res_Timer.h
index cce0a843b5d..676e47f24cb 100644
--- a/ace/High_Res_Timer.h
+++ b/ace/High_Res_Timer.h
@@ -178,11 +178,11 @@ public:
// However, setting the global_scale_factor_ appropriately will
// result in the finest resolution possible.
-private:
static void hrtime_to_tv (ACE_Time_Value &tv,
const ACE_hrtime_t hrt);
// Converts an <hrt> to <tv> using global_scale_factor_.
+private:
static ACE_hrtime_t gettime (const ACE_OS::ACE_HRTimer_Op =
ACE_OS::ACE_HRTIMER_GETTIME);
// For internal use: gets the high-resolution time using
@@ -208,9 +208,9 @@ private:
// global_scale_factor_ == microseconds.
static int global_scale_factor_status_;
- // Indicates the status of the global scale factor,
+ // Indicates the status of the global scale factor,
// 0 = hasn't been set
- // 1 = been set
+ // 1 = been set
// -1 = HR timer not supported
};