diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-02 21:21:24 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-02 21:21:24 +0000 |
commit | 4b53b0e788d376454fbf15df03aa439958f0b29a (patch) | |
tree | ab6bb8ba50fd01c460f8e20c0263aa66acce75c9 /ChangeLog-97a | |
parent | 3006386dbe43c4896d9bd142b2652d97db43c847 (diff) | |
download | ATCD-4b53b0e788d376454fbf15df03aa439958f0b29a.tar.gz |
Added functionality to High Res Timers to get the speed of the computer
from the registry under NT.
Diffstat (limited to 'ChangeLog-97a')
-rw-r--r-- | ChangeLog-97a | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog-97a b/ChangeLog-97a index fd57089def0..bc35fa1c29b 100644 --- a/ChangeLog-97a +++ b/ChangeLog-97a @@ -1,3 +1,13 @@ +Wed Jul 2 15:59:53 1997 Darrell Brunsch <brunsch@cs.wustl.edu> + + * ace/High_Res_Timer.cpp: Created a function get_registry_scale_factor + that finds out the speed of the processor using the NT registry (in + megahertz). This means that ACE_High_Res_Timers should automatically + get the correct scale factor. + + * tests/Timer_Queue_Test.cpp: Removed the call to + get_env_global_scale_factor(). + Wed Jul 2 15:39:33 1997 Tim H. Harrison <harrison@waltz.cs.wustl.edu> * ace/Process.cpp: Modified spawn to check for the NO_EXEC |