summaryrefslogtreecommitdiff
path: root/ace/Profile_Timer.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-25 08:21:01 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-25 08:21:01 +0000
commit16ae5e4bba62c9c43a6f9162a15e339854cd285f (patch)
tree7376043e9e545101ba507bf08685bf726e03e7d2 /ace/Profile_Timer.cpp
parentae3742d1d6afe6974dfb95acab3b7b99776f30a4 (diff)
downloadATCD-16ae5e4bba62c9c43a6f9162a15e339854cd285f.tar.gz
Later
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 406623c37df..b8c5aba3e00 100644
--- a/ace/Profile_Timer.cpp
+++ b/ace/Profile_Timer.cpp
@@ -130,7 +130,7 @@ void
ACE_Profile_Timer::elapsed_rusage (ACE_Profile_Timer::Rusage &usage)
{
ACE_TRACE ("ACE_Profile_Timer::elapsed_rusage");
-#if !defined (ACE_WIN32)
+#if !defined (ACE_WIN32) && !defined (ACE_HAS_LIMITED_RUSAGE_T)
// integral shared memory size
usage.ru_ixrss = this->end_usage_.ru_ixrss - this->last_usage_.ru_ixrss;
// integral unshared data "