tess 0.4.0
Performance-first tile and path simulation substrate
Loading...
Searching...
No Matches
tess::diagnostics::TraceRecord Struct Reference

#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

Detailed Description

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.


The documentation for this struct was generated from the following file: