OpenTTD Source
20241121-master-g67a0fccfad
|
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 |