KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
|
#include "includes/code_location.h"
#include <unordered_map>
#include <filesystem>
#include <chrono>
#include <thread>
#include <optional>
#include <list>
#include <mutex>
#include "utilities/profiler_impl.h"
Go to the source code of this file.
Classes | |
class | Kratos::Internals::Profiler< TTimeUnit > |
class | Kratos::Internals::Profiler< TTimeUnit >::Scope |
RAII wrapper for updating an Item. More... | |
class | Kratos::Internals::ProfilerSingleton< TTimeUnit > |
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Kratos::Internals | |
Macros | |
#define | KRATOS_PROFILE_SCOPE_MILLI(CODE_LOCATION) |
#define | KRATOS_PROFILE_SCOPE_MICRO(CODE_LOCATION) |
#define | KRATOS_PROFILE_SCOPE_NANO(CODE_LOCATION) |
#define | KRATOS_PROFILE_SCOPE(CODE_LOCATION) |
Functions | |
template<class T > | |
std::ostream & | Kratos::Internals::operator<< (std::ostream &rStream, const Profiler< T > &rProfiler) |
#define KRATOS_PROFILE_SCOPE | ( | CODE_LOCATION | ) |
#define KRATOS_PROFILE_SCOPE_MICRO | ( | CODE_LOCATION | ) |
#define KRATOS_PROFILE_SCOPE_MILLI | ( | CODE_LOCATION | ) |
#define KRATOS_PROFILE_SCOPE_NANO | ( | CODE_LOCATION | ) |