summaryrefslogtreecommitdiff
path: root/ace/Profile_Timer.cpp
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-24 21:39:05 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-24 21:39:05 +0000
commit0d9131635353dda51328d91f04adc124640cb6bf (patch)
tree46177f390da0dc83ea14a4800aba98d4f4fdbcc0 /ace/Profile_Timer.cpp
parentf4a43c1fdd15cf3959132e6426b95ee3ae052d63 (diff)
downloadATCD-0d9131635353dda51328d91f04adc124640cb6bf.tar.gz
Now uses the High Res Timer on Win32 instead of rusage.
Diffstat (limited to 'ace/Profile_Timer.cpp')
-rw-r--r--ace/Profile_Timer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Profile_Timer.cpp b/ace/Profile_Timer.cpp
index 5b0cf717fd1..0b3b2de551b 100644
--- a/ace/Profile_Timer.cpp
+++ b/ace/Profile_Timer.cpp
@@ -11,7 +11,7 @@ ACE_RCSID(ace, Profile_Timer, "$Id$")
ACE_ALLOC_HOOK_DEFINE(ACE_Profile_Timer)
-#if defined (ACE_HAS_PRUSAGE_T) || defined (ACE_HAS_GETRUSAGE)
+#if (defined (ACE_HAS_PRUSAGE_T) || defined (ACE_HAS_GETRUSAGE)) && !defined (ACE_WIN32)
void
ACE_Profile_Timer::dump (void) const