|
tess 0.4.0
Performance-first tile and path simulation substrate
|
#include <tess/diagnostics/trace.h>
Public Attributes | |
| TraceCategory | category = TraceCategory::General |
| std::string_view | label |
| std::uint64_t | value = 0 |
| std::uint64_t | sequence = 0 |
One structured, non-owning trace point retained by a TraceBuffer.
label must outlive every reader of the buffer. value is defined by the category/label pair, while gaps in sequence expose dropped records.