preCICE v3.2.0
Loading...
Searching...
No Matches
ProfilingConfiguration.hpp File Reference
#include <string>
#include "logging/Logger.hpp"
#include "xml/XMLTag.hpp"
Include dependency graph for ProfilingConfiguration.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  precice::profiling::ProfilingConfiguration
 Configuration class for exports. More...

Namespaces

namespace  precice
 Main namespace of the precice library.
namespace  precice::profiling
 contains profiling utilities.

Functions

void precice::profiling::applyDefaults ()

Variables

constexpr int precice::profiling::DEFAULT_SYNC_EVERY = 50
constexpr const char * precice::profiling::DEFAULT_MODE = "fundamental"
constexpr const char * precice::profiling::DEFAULT_DIRECTORY = "."
constexpr const char * precice::profiling::MODE_OFF = "off"
constexpr const char * precice::profiling::MODE_FUNDAMENTAL = "fundamental"
constexpr const char * precice::profiling::MODE_ALL = "all"