Persistent state for TicToc profiling.
More...
#include <debug.h>
|
constexpr | State (std::string_view name, uint32_t max_count) |
|
Persistent state for TicToc profiling.
Definition at line 70 of file debug.h.
◆ State()
constexpr TicToc::State::State |
( |
std::string_view |
name, |
|
|
uint32_t |
max_count |
|
) |
| |
|
inlineconstexpr |
◆ chrono_sum
uint64_t TicToc::State::chrono_sum = 0 |
◆ count
uint32_t TicToc::State::count = 0 |
◆ max_count
const uint32_t TicToc::State::max_count |
◆ name
const std::string_view TicToc::State::name |
The documentation for this struct was generated from the following file: