LAMA
/home/brandes/workspace/LAMA/src/lama/tracing/TraceConfig.hpp File Reference

Definition of class that specifies the runtime configuration for tracing. More...

#include <lama/config.hpp>
#include <lama/NonCopyable.hpp>
#include <lama/task/Thread.hpp>
#include <lama/Communicator.hpp>
#include <lama/Context.hpp>
#include <boost/shared_ptr.hpp>
#include <string>
#include <map>

Go to the source code of this file.

Data Structures

class  tracing::TraceConfig
 This class is used to define/set the runtime configuration for tracing. More...

Namespaces

namespace  tracing
 

This class is a helper class for tracing a scope in C++.


Defines

#define LAMA_ENV_TRACE_CONFIG   "LAMA_TRACE"
 Name of environment variable used to specify trace configuration.

Detailed Description

Definition of class that specifies the runtime configuration for tracing.

Author:
: Thomas Brandes
Date:
01.01.2012 $Id$

Define Documentation

#define LAMA_ENV_TRACE_CONFIG   "LAMA_TRACE"

Name of environment variable used to specify trace configuration.

Referenced by tracing::TraceConfig::TraceConfig().