HikoGUI
A low latency retained GUI
|
#include "log.hpp"
#include "../utility/utility.hpp"
#include "../concurrency/concurrency.hpp"
#include "../concurrency/unfair_mutex.hpp"
#include "../concurrency/thread.hpp"
#include "../time/time.hpp"
#include "../macros.hpp"
#include <string>
#include <atomic>
#include <map>
#include <memory>
#include <mutex>
#include <chrono>
#include <limits>
#include <concepts>
Go to the source code of this file.
Data Structures | |
class | v1::detail::counter |
class | v1::detail::tagged_counter< Tag > |
Namespaces | |
namespace | v1 |
DOXYGEN BUG. | |
Functions | |
hi_export_module (hikogui.telemetry :counters) | |
detail::counter * | v1::get_global_counter_if (std::string const &name) |
Variables | |
template<fixed_string Tag> | |
detail::tagged_counter< Tag > | v1::global_counter |