diff options
author | harrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-02-27 23:14:47 +0000 |
---|---|---|
committer | harrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-02-27 23:14:47 +0000 |
commit | 2a96d609a6abd2bd201450ea6a83dfd0090c00d2 (patch) | |
tree | a3c483ad5e6fcff649b53434b822e06fe83a56ab /ace/Profile_Timer.h | |
parent | 2d5987cc3f3f0cf9a542039fe02bb17e72be2a7a (diff) | |
download | ATCD-2a96d609a6abd2bd201450ea6a83dfd0090c00d2.tar.gz |
Added global_scale_factor to High_Res_Timer. Changed Profile_Timer to
use High_Res_Timer.
Diffstat (limited to 'ace/Profile_Timer.h')
-rw-r--r-- | ace/Profile_Timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/Profile_Timer.h b/ace/Profile_Timer.h index 4234aef14f6..03e830e3ddd 100644 --- a/ace/Profile_Timer.h +++ b/ace/Profile_Timer.h @@ -20,6 +20,7 @@ #include "ace/ACE.h" #include "ace/Time_Value.h" +#include "ace/High_Res_Timer.h" #if !(defined (ACE_HAS_PRUSAGE_T) || defined (ACE_HAS_GETRUSAGE)) |