The Gaudi Framework  master (37c0b60a)
CPUCruncher.cpp File Reference
#include "CPUCruncher.h"
#include "HiveNumbers.h"
#include <GaudiKernel/ThreadLocalContext.h>
#include <ctime>
#include <sys/resource.h>
#include <sys/times.h>
#include <tbb/blocked_range.h>
#include <tbb/parallel_for.h>
#include <tbb/tick_count.h>
Include dependency graph for CPUCruncher.cpp:

Go to the source code of this file.

Macros

#define ON_DEBUG   if ( msgLevel( MSG::DEBUG ) )
 
#define DEBUG_MSG   ON_DEBUG debug()
 
#define ON_VERBOSE   if ( msgLevel( MSG::VERBOSE ) )
 
#define VERBOSE_MSG   ON_VERBOSE verbose()
 

Macro Definition Documentation

◆ DEBUG_MSG

#define DEBUG_MSG   ON_DEBUG debug()

Definition at line 27 of file CPUCruncher.cpp.

◆ ON_DEBUG

#define ON_DEBUG   if ( msgLevel( MSG::DEBUG ) )

Definition at line 26 of file CPUCruncher.cpp.

◆ ON_VERBOSE

#define ON_VERBOSE   if ( msgLevel( MSG::VERBOSE ) )

Definition at line 29 of file CPUCruncher.cpp.

◆ VERBOSE_MSG

#define VERBOSE_MSG   ON_VERBOSE verbose()

Definition at line 30 of file CPUCruncher.cpp.