HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
src
ttauri
statistics.hpp
1
// Copyright Take Vos 2019-2020.
2
// Distributed under the Boost Software License, Version 1.0.
3
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
4
5
#pragma once
6
7
#include "system_status.hpp"
8
9
#include <thread>
10
11
namespace
tt {
12
13
void
statistics_deinit() noexcept;
14
15
void
statistics_init() noexcept;
16
17
inline
bool
statistics_start()
18
{
19
return
system_status_start_subsystem(system_status_type::statistics, statistics_init, statistics_deinit);
20
}
21
22
}
// namespace tt
Generated on Mon Apr 22 2024 12:53:42 for HikoGUI by
1.10.0