chronon::observe::PerfettoTraceWriter::Annotation
Typed debug annotation (SDK-free view; names are interned). More...
#include <PerfettoTraceWriter.hpp>
Public Types
| Name | |
|---|---|
| enum class uint8_t | Kind { Uint, Pointer, Int, Double, Bool} |
Public Attributes
| Name | |
|---|---|
| std::string_view | name |
| Kind | kind |
| uint64_t | bits |
Detailed Description
struct chronon::observe::PerfettoTraceWriter::Annotation;
Typed debug annotation (SDK-free view; names are interned).
bits carries the value: zero-extended for Uint/Bool/Pointer, bit-cast int64_t for Int, bit-cast double for Double.
Public Types Documentation
enum Kind
| Enumerator | Value | Description |
|---|---|---|
| Uint | ||
| Pointer | ||
| Int | ||
| Double | ||
| Bool |
Public Attributes Documentation
variable name
std::string_view name;
variable kind
Kind kind;
variable bits
uint64_t bits;
Updated on 2026-06-12 at 09:16:39 +0000