OpenTTD Source
20241108-master-g80f628063a
|
Persistent state for TicToc profiling. More...
#include <debug.h>
Public Member Functions | |
constexpr | State (std::string_view name, uint32_t max_count) |
Data Fields | |
const std::string_view | name |
const uint32_t | max_count |
uint32_t | count = 0 |
uint64_t | chrono_sum = 0 |