preCICE v3.1.1
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
EventUtils.cpp File Reference
#include <algorithm>
#include <array>
#include <cassert>
#include <ctime>
#include <filesystem>
#include <fstream>
#include <iomanip>
#include <iterator>
#include <memory>
#include <optional>
#include <ratio>
#include <string>
#include <string_view>
#include <sys/types.h>
#include <tuple>
#include <utility>
#include <variant>
#include "logging/LogMacros.hpp"
#include "profiling/Event.hpp"
#include "profiling/EventUtils.hpp"
#include "utils/assertion.hpp"
#include "utils/fmt.hpp"
Include dependency graph for EventUtils.cpp:

Go to the source code of this file.

Namespaces

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

Typedefs

using precice::profiling::sys_clk = std::chrono::system_clock
 
using precice::profiling::stdy_clk = std::chrono::steady_clock
 

Functions

std::string precice::profiling::timepoint_to_string (sys_clk::time_point c)
 Converts the time_point into a string like "2019-01-10T18:30:46.834".
 

Variable Documentation

◆ initClock

Event::Clock::time_point initClock

Definition at line 194 of file EventUtils.cpp.

◆ out

Definition at line 193 of file EventUtils.cpp.

◆ prefix

std::string prefix

Definition at line 195 of file EventUtils.cpp.