The Gaudi Framework
v30r3 (a5ef0a68)
|
#include "CPUCruncher.h"
#include "GaudiKernel/ThreadLocalContext.h"
#include "HiveNumbers.h"
#include <ctime>
#include <sys/resource.h>
#include <sys/times.h>
#include <tbb/tick_count.h>
#include <thread>
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() |
#define DEBUG_MSG ON_DEBUG debug() |
Definition at line 18 of file CPUCruncher.cpp.
#define ON_DEBUG if ( msgLevel( MSG::DEBUG ) ) |
Definition at line 17 of file CPUCruncher.cpp.
#define ON_VERBOSE if ( msgLevel( MSG::VERBOSE ) ) |
Definition at line 20 of file CPUCruncher.cpp.
#define VERBOSE_MSG ON_VERBOSE verbose() |
Definition at line 21 of file CPUCruncher.cpp.