LAMA
|
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. |
Definition of class that specifies the runtime configuration for tracing.
#define LAMA_ENV_TRACE_CONFIG "LAMA_TRACE" |
Name of environment variable used to specify trace configuration.
Referenced by tracing::TraceConfig::TraceConfig().