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.
Classes | Namespaces | Macros | Functions
profiler.h File Reference
#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"
Include dependency graph for profiler.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ KRATOS_PROFILE_SCOPE

#define KRATOS_PROFILE_SCOPE (   CODE_LOCATION)

◆ KRATOS_PROFILE_SCOPE_MICRO

#define KRATOS_PROFILE_SCOPE_MICRO (   CODE_LOCATION)

◆ KRATOS_PROFILE_SCOPE_MILLI

#define KRATOS_PROFILE_SCOPE_MILLI (   CODE_LOCATION)

◆ KRATOS_PROFILE_SCOPE_NANO

#define KRATOS_PROFILE_SCOPE_NANO (   CODE_LOCATION)