Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
plot.hpp File Reference
#include <helios/cstring_view.hpp>
#include <helios/profile/profiler.hpp>
#include <cstdint>

Go to the source code of this file.

Namespaces

namespace  helios
namespace  helios::profile

Functions

void helios::profile::Plot (CStringView name, double value) noexcept
 Records a plot sample on all active backends.
void helios::profile::PlotConfig (CStringView name, PlotFormat type, bool step, bool fill, uint32_t color) noexcept
 Configures a plot channel on all active backends.