HikoGUI
Select Version:
⚠️ This documents the main development branch of HikoGUI. It might differ from release versions.
A low latency retained GUI
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
telemetry.hpp
1
2#pragma once
3
4#include "counters.hpp" // export
5#include "delayed_format.hpp" // export
6#include "format_check.hpp" // export
7#include "log.hpp" // export
8#include "trace.hpp" // export
9
10hi_export_module(hikogui.telemetry);