Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
flamegraph.cpp File Reference
#include <pch.hpp>
#include <helios/profile/backends/flamegraph.hpp>
#include <helios/assert.hpp>
#include <helios/profile/config.hpp>
#include <chrono>
#include <concepts>
#include <cstddef>
#include <cstdint>
#include <ostream>
#include <source_location>
#include <span>
#include <string_view>
#include <thread>
#include <variant>

Go to the source code of this file.

Namespaces

namespace  helios
namespace  helios::profile
namespace  helios::profile::anonymous_namespace{flamegraph.cpp}

Functions

constexpr size_t helios::profile::anonymous_namespace{flamegraph.cpp}::AlignUp (size_t value, size_t alignment) noexcept