preCICE v3.3.0
|
#include <algorithm>
#include <array>
#include <cassert>
#include <ctime>
#include <filesystem>
#include <fstream>
#include <iomanip>
#include <iterator>
#include <memory>
#include <optional>
#include <ratio>
#include <sstream>
#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"
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". |
Variables | |
constexpr int | precice::profiling::file_version {2} |
The version of the Events file. Increase on changes. |