diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-25 08:21:01 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-25 08:21:01 +0000 |
commit | 16ae5e4bba62c9c43a6f9162a15e339854cd285f (patch) | |
tree | 7376043e9e545101ba507bf08685bf726e03e7d2 /ace/Profile_Timer.cpp | |
parent | ae3742d1d6afe6974dfb95acab3b7b99776f30a4 (diff) | |
download | ATCD-16ae5e4bba62c9c43a6f9162a15e339854cd285f.tar.gz |
Later
Diffstat (limited to 'ace/Profile_Timer.cpp')
-rw-r--r-- | ace/Profile_Timer.cpp | 2 |
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 " |