[Rel21] Stage 1 of updates for Rel21 Build System

This commit is contained in:
Antz 2015-07-28 10:59:34 +01:00 committed by Antz
parent 13292befd6
commit fdefc0869a
1951 changed files with 40474 additions and 252610 deletions

View file

@ -1,7 +1,7 @@
// $Id: Basic_Stats.cpp 95743 2012-05-13 12:29:28Z johnnyw $
// $Id: Basic_Stats.cpp 96985 2013-04-11 15:50:32Z huangh $
#include "ace/Basic_Stats.h"
#include "ace/Log_Msg.h"
#include "ace/Log_Category.h"
#if !defined (__ACE_INLINE__)
#include "ace/Basic_Stats.inl"
@ -49,7 +49,7 @@ ACE_Basic_Stats::dump_results (
#ifndef ACE_NLOGGING
if (this->samples_count () == 0u)
{
ACE_DEBUG ((LM_DEBUG,
ACELIB_DEBUG ((LM_DEBUG,
ACE_TEXT ("%s : no data collected\n"), msg));
return;
}
@ -60,7 +60,7 @@ ACE_Basic_Stats::dump_results (
ACE_UINT64 l_max = this->max_ / sf;
ACE_UINT64 l_avg = avg / sf;
ACE_DEBUG ((LM_DEBUG,
ACELIB_DEBUG ((LM_DEBUG,
ACE_TEXT ("%s latency : %Q[%d]/%Q/%Q[%d] (min/avg/max)\n"),
msg,
l_min, this->min_at_,