Table of Contents

Struct TraceDatabaseName

Namespace
Typhon.Profiler
Assembly
Typhon.Profiler.dll

Fixed 64-byte UTF-8 buffer holding DatabaseName. Inline (rather than a trailing string section) so the whole header stays a single blittable read — a profiles list must render from headers alone without building a sidecar cache per capture (design D-5).

public struct TraceDatabaseName
Inherited Members

Fields

Length

Capacity in bytes. Longer names are truncated on a UTF-8 character boundary when written.

public const int Length = 64

Field Value

int