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
commit7d2a3b966724601854c67afa197eb0b32e3c93aa (patch)
tree7376043e9e545101ba507bf08685bf726e03e7d2 /ace/Profile_Timer.cpp
parent7d7f1045fa9f97b6797ddf70b66c7b78aadc1105 (diff)
downloadATCD-7d2a3b966724601854c67afa197eb0b32e3c93aa.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 "